Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pavel Kuzin
tower
Commits
a5a65ff4
Commit
a5a65ff4
authored
Jul 11, 2017
by
Aleksey Shirokih
Browse files
fix path
parent
9bf33ac6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
a5a65ff4
...
...
@@ -10,12 +10,12 @@ RUN virtualenv /opt/tower && ./bin/pip install /mnt/tower/dist/*.zip
FROM
debian:latest
as
app
ENV
PATH /opt/tower/bin:${PATH}
ENV
ANSIBLE_HOST_KEY_CHECKING=False \
ANSIBLE_SSH_PIPELINING=1 \
ANSIBLE_STDOUT_CALLBACK=debug \
PYTHONUNBUFFERED=1 \
VERSION=${VERSION} \
PATH /opt/tower/bin:${PATH} \
PYTHONPATH=/opt/tower/lib/python2.7:/usr/lib/python2.7
COPY
--from=builder /opt/tower /opt/tower
...
...
Dockerfile.alpine
View file @
a5a65ff4
...
...
@@ -17,6 +17,7 @@ ENV ANSIBLE_HOST_KEY_CHECKING=False \
PYTHONUNBUFFERED=1 \
VERSION=${VERSION} \
PS1="\$(date +%H:%M:%S) \h \w \\$ " \
PATH /opt/tower/bin:${PATH} \
PYTHONPATH=/opt/tower/lib/python2.7/site-packages/:/usr/local/lib/python2.7:/usr/local/lib/python2.7/site-packages
COPY --from=builder /opt/tower /opt/tower
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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