From 9206ecf6f84ddeafe3bbcbf5cf23940bd056ee83 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 11 Feb 2022 14:05:28 +0000 Subject: [PATCH] 1.11.2-debian-10-r30 release --- bitnami/consul/1/debian-10/Dockerfile | 8 ++++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 12 ++++++------ bitnami/consul/README.md | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bitnami/consul/1/debian-10/Dockerfile b/bitnami/consul/1/debian-10/Dockerfile index c857be1eb2a2..0295e153d26a 100644 --- a/bitnami/consul/1/debian-10/Dockerfile +++ b/bitnami/consul/1/debian-10/Dockerfile @@ -9,9 +9,9 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies 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-6" --checksum 81b0642a6d8e9d952a0f6540f2d7481a99b9a12dd42bcb5906ba8014ca80f326 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.11.2-2" --checksum 0787d204c49b3132a412d2e5e1945463be40caa3d430f88053064a85a84a47e1 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-7" --checksum ed811d10882450d4755b893d5e034a0dd912cdb4f261dd332ddf6363411cc0ba +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.11.2-3" --checksum bad50fc2125fda8c2f262b9bae3486fbe5cbbb0602f6666c6b4b7f8be4b0fd34 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.11.2-debian-10-r29" \ + BITNAMI_IMAGE_VERSION="1.11.2-debian-10-r30" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH" EXPOSE 8300 8301 8500 8600 diff --git a/bitnami/consul/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/consul/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 1b41e4a55869..c585915bec32 100644 --- a/bitnami/consul/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/consul/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,23 +1,23 @@ { "consul": { "arch": "amd64", - "digest": "0787d204c49b3132a412d2e5e1945463be40caa3d430f88053064a85a84a47e1", + "digest": "bad50fc2125fda8c2f262b9bae3486fbe5cbbb0602f6666c6b4b7f8be4b0fd34", "distro": "debian-10", "type": "NAMI", - "version": "1.11.2-2" + "version": "1.11.2-3" }, "gosu": { "arch": "amd64", - "digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980", + "digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53", "distro": "debian-10", "type": "NAMI", - "version": "1.14.0-3" + "version": "1.14.0-4" }, "render-template": { "arch": "amd64", - "digest": "81b0642a6d8e9d952a0f6540f2d7481a99b9a12dd42bcb5906ba8014ca80f326", + "digest": "ed811d10882450d4755b893d5e034a0dd912cdb4f261dd332ddf6363411cc0ba", "distro": "debian-10", "type": "NAMI", - "version": "1.0.1-6" + "version": "1.0.1-7" } } \ No newline at end of file diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index 3007205eba1d..2980ead051de 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -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.11.2`, `1.11.2-debian-10-r29`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.11.2-debian-10-r29/1/debian-10/Dockerfile) +* [`1`, `1-debian-10`, `1.11.2`, `1.11.2-debian-10-r30`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.11.2-debian-10-r30/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/consul GitHub repo](https://github.com/bitnami/bitnami-docker-consul).