mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
3.7.4-r2 release
Update image to version 3.7.4-r2
This commit is contained in:
@@ -3,13 +3,13 @@ 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-1 --checksum 1e1f4338d6147a5fc9f379119c35bcb03e749073ad0c50a3836bebba27902e23
|
||||
RUN bitnami-pkg install erlang-20.3.0-0 --checksum d2e6ccd154960eb289c1bde6b40a5181bdf8ecf94089dad24081487717c00ee8
|
||||
RUN bitnami-pkg unpack rabbitmq-3.7.4-1 --checksum f11362c741b6cb226d2731ee2fe27424e0b620b5683b11d88b23ef90c1997b56
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
ENV BITNAMI_APP_NAME="rabbitmq" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.4-r1" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.4-r2" \
|
||||
PATH="/opt/bitnami/erlang/bin:/opt/bitnami/rabbitmq/bin:/opt/bitnami/rabbitmq/sbin:$PATH" \
|
||||
RABBITMQ_CLUSTER_NODE_NAME="" \
|
||||
RABBITMQ_CLUSTER_PARTITION_HANDLING="ignore" \
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
[](https://circleci.com/gh/bitnami/bitnami-docker-rabbitmq/tree/master)
|
||||
[](http://slack.oss.bitnami.com)
|
||||
|
||||
# What is RabbitMQ?
|
||||
|
||||
@@ -457,12 +456,6 @@ be sure to include the following information in your issue:
|
||||
- The command you used to run the container, and any relevant output you saw (masking any sensitive
|
||||
information)
|
||||
|
||||
# Community
|
||||
|
||||
Most real time communication happens in the `#containers` channel at [bitnami-oss.slack.com](http://bitnami-oss.slack.com); you can sign up at [slack.oss.bitnami.com](http://slack.oss.bitnami.com).
|
||||
|
||||
Discussions are archived at [bitnami-oss.slackarchive.io](https://bitnami-oss.slackarchive.io).
|
||||
|
||||
# License
|
||||
|
||||
Copyright (c) 2018 Bitnami
|
||||
|
||||
@@ -8,7 +8,6 @@ jobs:
|
||||
RELEASE_SERIES_LIST: "3.7,3.6"
|
||||
LATEST_STABLE: "3.7"
|
||||
IMAGE_NAME: rabbitmq
|
||||
CHART_NAME: rabbitmq
|
||||
CHART_REPO: https://github.com/bitnami/charts
|
||||
EXTRA_CHART_REPOS_LIST: "https://github.com/kubernetes/charts"
|
||||
DOCKER_PROJECT: bitnami
|
||||
|
||||
Reference in New Issue
Block a user