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
774d8cfc
Commit
774d8cfc
authored
8 years ago
by
Darren Shepherd
Browse files
Options
Download
Email Patches
Plain Diff
agent-v1.1.0-rc12
parent
22c5b6b8
v2.0-tp1
13fe36e
branch-v1.6.14
branch-v1.6.18
havelina
v1.2
v1.3
v1.4
v1.5
v1.6
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
agent/Dockerfile
+2
-2
agent/Dockerfile
with
2 additions
and
2 deletions
+2
-2
agent/Dockerfile
+
2
-
2
View file @
774d8cfc
...
...
@@ -17,10 +17,10 @@ RUN apt-get update && \
pip
install
cattle
RUN
curl
-sL
https://github.com/rancher/runc/releases/download/share-mnt-v0.2.1/share-mnt
>
/usr/bin/share-mnt
&&
\
chmod
+x /usr/bin/share-mnt
RUN
curl
-sL
https://github.com/rancher/weave/releases/download/r-v0.0.
1
/r
>
/usr/bin/r
&&
\
RUN
curl
-sL
https://github.com/rancher/weave/releases/download/r-v0.0.
2
/r
>
/usr/bin/r
&&
\
chmod
+x /usr/bin/r
COPY
register.py resolve_url.py run.sh /
ENTRYPOINT
["/run.sh"]
LABEL
"io.rancher.container.system"="rancher-agent"
ENV
HOST_DOCKER_SOCK /var/run/docker.sock
ENV
RANCHER_AGENT_IMAGE rancher/agent:v1.1.0-rc1
1
ENV
RANCHER_AGENT_IMAGE rancher/agent:v1.1.0-rc1
2
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