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
1554a370
Commit
1554a370
authored
7 years ago
by
Darren Shepherd
Browse files
Options
Download
Email Patches
Plain Diff
machine v0.14.0-rancher2-1 UI v0.14.0-rancher2-1
parent
d93ac38e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/Dockerfile
+2
-2
package/Dockerfile
with
2 additions
and
2 deletions
+2
-2
package/Dockerfile
+
2
-
2
View file @
1554a370
...
@@ -3,7 +3,7 @@ RUN apt-get update && apt-get install -y git curl ca-certificates unzip xz-utils
...
@@ -3,7 +3,7 @@ RUN apt-get update && apt-get install -y git curl ca-certificates unzip xz-utils
useradd rancher
&&
\
useradd rancher
&&
\
mkdir
-p
/var/lib/rancher/etcd /var/lib/cattle
&&
\
mkdir
-p
/var/lib/rancher/etcd /var/lib/cattle
&&
\
chown
-R
rancher /var/lib/rancher /var/lib/cattle /usr/local/bin
chown
-R
rancher /var/lib/rancher /var/lib/cattle /usr/local/bin
RUN
curl
-sLf
https://github.com/rancher/machine-package/releases/download/v0.14.0-rancher
1
-1/docker-machine.tar.gz |
tar
xvzf -
-C
/usr/bin
&&
\
RUN
curl
-sLf
https://github.com/rancher/machine-package/releases/download/v0.14.0-rancher
2
-1/docker-machine.tar.gz |
tar
xvzf -
-C
/usr/bin
&&
\
curl
-sLf
https://github.com/leodotcloud/loglevel/releases/download/v0.1/loglevel-amd64-v0.1.tar.gz |
tar
xvzf -
-C
/usr/bin
&&
\
curl
-sLf
https://github.com/leodotcloud/loglevel/releases/download/v0.1/loglevel-amd64-v0.1.tar.gz |
tar
xvzf -
-C
/usr/bin
&&
\
curl
-sLf
https://github.com/rancher/helm/releases/download/v2.8.0-rancher3/helm
>
/usr/bin/helm
&&
\
curl
-sLf
https://github.com/rancher/helm/releases/download/v2.8.0-rancher3/helm
>
/usr/bin/helm
&&
\
chmod
+x /usr/bin/helm
chmod
+x /usr/bin/helm
...
@@ -14,7 +14,7 @@ RUN mkdir /root/.kube && \
...
@@ -14,7 +14,7 @@ RUN mkdir /root/.kube && \
WORKDIR
/var/lib/rancher
WORKDIR
/var/lib/rancher
ENV
CATTLE_UI_PATH /usr/share/rancher/ui
ENV
CATTLE_UI_PATH /usr/share/rancher/ui
ENV
CATTLE_UI_VERSION 2.0.
39
ENV
CATTLE_UI_VERSION 2.0.
40
ENV
CATTLE_CLI_VERSION v2.0.0-rc2
ENV
CATTLE_CLI_VERSION v2.0.0-rc2
RUN
mkdir
-p
/usr/share/rancher/ui
&&
\
RUN
mkdir
-p
/usr/share/rancher/ui
&&
\
...
...
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