1.11.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2021-12-15 04:46:48 +00:00
parent cf064fc50b
commit 355f12fde0
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 zlib1g-dev
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-3" --checksum cddf51b3cb59d65d5d30e3fe37e99d8d53375ad88f0cc474019a52e6d8b4fc58
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.10.5-0" --checksum 3b52ca65d60b43e291bb301451ceeb2a97b38740006da06d915fbf5c2b3dc5b3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.11.0-0" --checksum df1cdfbce9bca22402f12d4795bdae81b720850611c3487589be9f492a9b66e8
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/consul/postunpack.sh
ENV BITNAMI_APP_NAME="consul" \
BITNAMI_IMAGE_VERSION="1.10.5-debian-10-r0" \
BITNAMI_IMAGE_VERSION="1.11.0-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": "3b52ca65d60b43e291bb301451ceeb2a97b38740006da06d915fbf5c2b3dc5b3",
"digest": "df1cdfbce9bca22402f12d4795bdae81b720850611c3487589be9f492a9b66e8",
"distro": "debian-10",
"type": "NAMI",
"version": "1.10.5-0"
"version": "1.11.0-0"
},
"gosu": {
"arch": "amd64",

View File

@ -50,7 +50,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.10.5`, `1.10.5-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.10.5-debian-10-r0/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.11.0`, `1.11.0-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.11.0-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).