1.9.5-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-04-16 08:26:56 +00:00
parent 741b916ccc
commit 0d537fcd26
3 changed files with 5 additions and 5 deletions

View File

@@ -11,13 +11,13 @@ 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-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.9.4-0" --checksum bd353033d43531179f68112be69668d1d97e5e6dfec3801d2429e909349d0d81
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.9.5-0" --checksum 14b2d02f9f6663bdd48566c27e17817901521009b84f68b7b3a75c745b5d9b81
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/consul/postunpack.sh
ENV BITNAMI_APP_NAME="consul" \
BITNAMI_IMAGE_VERSION="1.9.4-debian-10-r37" \
BITNAMI_IMAGE_VERSION="1.9.5-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": "bd353033d43531179f68112be69668d1d97e5e6dfec3801d2429e909349d0d81",
"digest": "14b2d02f9f6663bdd48566c27e17817901521009b84f68b7b3a75c745b5d9b81",
"distro": "debian-10",
"type": "NAMI",
"version": "1.9.4-0"
"version": "1.9.5-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -53,7 +53,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.9.4`, `1.9.4-debian-10-r37`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.9.4-debian-10-r37/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.9.5`, `1.9.5-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.9.5-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).