aboutsummaryrefslogtreecommitdiffstats
path: root/rabbitmq/Dockerfile
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-10-01 10:28:17 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-10-01 10:31:09 -0700
commit42aeeea8514b0ca99005ae64ca360a949ef9c6ef (patch)
tree234a5cd3abe85b5763376058ebcaa4514ee89ae0 /rabbitmq/Dockerfile
parent7d275735c62c9d0ce423327d67494859e285fce7 (diff)
Use Upstream Rabbitmq Docker Container
The upstream rabbitmq container supports specifying the default admin user and password through the environment variables: RABBITMQ_DEFAULT_USER and RABBITMQ_DEFAULT_PASS. Utilizing these variables removes the need to build a rabbitmq container specific to the Pharos LaaS Dashboard. Change-Id: I390d7fa9254a0f28b374235254caff59b219cd87 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'rabbitmq/Dockerfile')
-rw-r--r--rabbitmq/Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/rabbitmq/Dockerfile b/rabbitmq/Dockerfile
deleted file mode 100644
index 71162a4..0000000
--- a/rabbitmq/Dockerfile
+++ /dev/null
@@ -1,4 +0,0 @@
-FROM rabbitmq
-
-ADD init.sh /init.sh
-CMD ["/init.sh"] \ No newline at end of file