1.8.4-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2020-09-12 00:40:27 +00:00
parent b1ddbe5716
commit a7f25b55b2
3 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ COPY prebuildfs /
RUN install_packages acl ca-certificates curl gzip iproute2 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-1" --checksum a94f94357aa06f3718db1550fa5f5188cd61383d66bf754eef49c58a18bf02cc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-1" --checksum 51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.8.3-0" --checksum b239e6781d5d8b1e169a0d5fe09f6f9c2dcaa3ff81b67ff103dd061525a5b205
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.8.4-0" --checksum 93bb315e327934467820b959a02ae13340421f695860f685ee10b25c155abef1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/consul/postunpack.sh
ENV BITNAMI_APP_NAME="consul" \
BITNAMI_IMAGE_VERSION="1.8.3-debian-10-r15" \
BITNAMI_IMAGE_VERSION="1.8.4-debian-10-r0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH"
EXPOSE 8300 8301 8500 8600

View File

@ -1,10 +1,10 @@
{
"consul": {
"arch": "amd64",
"digest": "b239e6781d5d8b1e169a0d5fe09f6f9c2dcaa3ff81b67ff103dd061525a5b205",
"digest": "93bb315e327934467820b959a02ae13340421f695860f685ee10b25c155abef1",
"distro": "debian-10",
"type": "NAMI",
"version": "1.8.3-0"
"version": "1.8.4-0"
},
"gosu": {
"arch": "amd64",

View File

@ -51,7 +51,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`1`, `1-debian-10`, `1.8.3`, `1.8.3-debian-10-r15`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.8.3-debian-10-r15/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.8.4`, `1.8.4-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.8.4-debian-10-r0/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/consul GitHub repo](https://github.com/bitnami/bitnami-docker-consul).