Skip to content

Commit

Permalink
Fixing versions compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
R4ein committed Jun 28, 2017
1 parent 1b48863 commit 0353fcf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rabbitmq:3.6.8
FROM rabbitmq:latest

ENV RABBITMQ_USE_LONGNAME=true \
AUTOCLUSTER_LOG_LEVEL=debug \
Expand All @@ -8,6 +8,5 @@ ENV RABBITMQ_USE_LONGNAME=true \
AUTOCLUSTER_TYPE=k8s \
LANG=en_US.UTF-8

ADD plugins/*.ez /usr/lib/rabbitmq/lib/rabbitmq_server-3.6.8/plugins/

RUN rabbitmq-plugins enable --offline autocluster
ADD plugins/*.ez /usr/lib/rabbitmq/lib/rabbitmq_server-*/plugins/
RUN rabbitmq-plugins enable --offline autocluster

0 comments on commit 0353fcf

Please sign in to comment.