Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
barry cho
Rancher
Commits
f729941e
Commit
f729941e
authored
10 years ago
by
Darren Shepherd
Browse files
Options
Download
Email Patches
Plain Diff
cattle v0.8.1
parent
59b5a8c0
Tags unavailable
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/update-version.sh
+0
-11
scripts/update-version.sh
server/Dockerfile
+1
-1
server/Dockerfile
with
1 addition
and
12 deletions
+1
-12
scripts/update-version.sh
deleted
100755 → 0
+
0
-
11
View file @
59b5a8c0
#!/bin/bash
cd
$(
dirname
$0
)
/..
VER
=
$1
sed
-i
's!FROM.*!FROM cattle/server:'
$VER
'!'
server/Dockerfile
sed
-i
's!ENV CATTLE_AGENT_INSTANCE_IMAGE .*!ENV CATTLE_AGENT_INSTANCE_IMAGE cattle/agent-instance:'
$VER
'!'
server/Dockerfile
sed
-i
's!FROM.*!FROM cattle/agent:'
$VER
'!'
agent/Dockerfile
echo
$VER
>
version
This diff is collapsed.
Click to expand it.
server/Dockerfile
+
1
-
1
View file @
f729941e
...
...
@@ -6,4 +6,4 @@ ADD artifacts /usr/share/cattle
VOLUME
["/var/lib/cattle"]
EXPOSE
8080
CMD
["/usr/share/cattle/cattle.sh"]
ADD
https://github.com/rancherio/cattle/releases/download/v0.
7.0
/cattle.jar /usr/share/cattle/
ADD
https://github.com/rancherio/cattle/releases/download/v0.
8.1
/cattle.jar /usr/share/cattle/
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help