From 42aeeea8514b0ca99005ae64ca360a949ef9c6ef Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Mon, 1 Oct 2018 10:28:17 -0700 Subject: 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 --- rabbitmq/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 rabbitmq/Dockerfile (limited to 'rabbitmq/Dockerfile') 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 -- cgit 1.2.3-korg