We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae94a94 commit 616e22dCopy full SHA for 616e22d
Dockerfile
@@ -1,10 +1,10 @@
1
FROM ubuntu:16.04
2
3
# python version
4
-ARG PYTHON_VERSION=""
+ARG PYTHON_VERSION="2.7"
5
6
# environment variables
7
-ENV PYTHON_VERSION=${PYTHON_VERSION:-"2.7"} \
+ENV PYTHON_VERSION=${PYTHON_VERSION} \
8
RABBITMQ_URI="amqp://guest:guest@rabbitmq:5672/%2F" \
9
RABBITMQ_EXCHANGE="clowder" \
10
RABBITMQ_QUEUE="" \
0 commit comments