mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
3.7.2-r1 release
Update nami module
This commit is contained in:
@@ -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" \
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user