3.7.2-r1 release

Update nami module
This commit is contained in:
Bitnami Bot
2018-01-11 14:22:38 +00:00
parent 330492b869
commit 2e32842e68
2 changed files with 4 additions and 4 deletions

View File

@@ -1,15 +1,15 @@
FROM bitnami/minideb-extras:jessie-r22
FROM bitnami/minideb-extras:jessie-r23
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages libc6 libssl1.0.0 libtinfo5 zlib1g
RUN bitnami-pkg install erlang-20.2.0-0 --checksum 114f6c9c660c8413766cd77f2a3f5036e5dc79f29d4cf03b9ee763a8e506400f
RUN bitnami-pkg unpack rabbitmq-3.7.2-0 --checksum 1530dd6556154ff65293aec8d1c83973e6c7029249cb1206fef74690c6c3b514
RUN bitnami-pkg unpack rabbitmq-3.7.2-1 --checksum d6953525cbcd9fba6535542d414ec05e4dfd388dbfc98847aa31907687a66ad7
COPY rootfs /
ENV BITNAMI_APP_NAME="rabbitmq" \
BITNAMI_IMAGE_VERSION="3.7.2-r0" \
BITNAMI_IMAGE_VERSION="3.7.2-r1" \
PATH="/opt/bitnami/erlang/bin:/opt/bitnami/rabbitmq/bin:/opt/bitnami/rabbitmq/sbin:$PATH" \
RABBITMQ_CLUSTER_NODE_NAME="" \
RABBITMQ_CLUSTER_PARTITION_HANDLING="ignore" \

View File

@@ -465,7 +465,7 @@ Discussions are archived at [bitnami-oss.slackarchive.io](https://bitnami-oss.sl
# License
Copyright (c) 2017 Bitnami
Copyright (c) 2018 Bitnami
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.