From e116f4a16a2aa4aa7e0973e545aea4224a3efaba Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 25 Feb 2022 19:24:30 +0000 Subject: [PATCH] 1.11.3-debian-10-r13 release --- bitnami/consul/1/debian-10/Dockerfile | 2 +- .../consul/1/debian-10/rootfs/opt/bitnami/scripts/consul-env.sh | 2 ++ bitnami/consul/README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bitnami/consul/1/debian-10/Dockerfile b/bitnami/consul/1/debian-10/Dockerfile index 67783b893740..30c7998e1916 100644 --- a/bitnami/consul/1/debian-10/Dockerfile +++ b/bitnami/consul/1/debian-10/Dockerfile @@ -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.3-debian-10-r12" \ + BITNAMI_IMAGE_VERSION="1.11.3-debian-10-r13" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH" EXPOSE 8300 8301 8500 8600 diff --git a/bitnami/consul/1/debian-10/rootfs/opt/bitnami/scripts/consul-env.sh b/bitnami/consul/1/debian-10/rootfs/opt/bitnami/scripts/consul-env.sh index 0adf3ff9b1d6..ccf7ae814c6b 100644 --- a/bitnami/consul/1/debian-10/rootfs/opt/bitnami/scripts/consul-env.sh +++ b/bitnami/consul/1/debian-10/rootfs/opt/bitnami/scripts/consul-env.sh @@ -82,7 +82,9 @@ export CONSUL_INITSCRIPTS_DIR="/docker-entrypoint-initdb.d" # System users (when running with a privileged user) export CONSUL_DAEMON_USER="consul" +export CONSUL_SYSTEM_USER="$CONSUL_DAEMON_USER" export CONSUL_DAEMON_GROUP="consul" +export CONSUL_SYSTEM_GROUP="$CONSUL_DAEMON_GROUP" # Consul runtime settings export CONSUL_RPC_PORT_NUMBER="${CONSUL_RPC_PORT_NUMBER:-8300}" diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index 0e2caa2e9694..6d9249b3f3a9 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.3`, `1.11.3-debian-10-r12`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.11.3-debian-10-r12/1/debian-10/Dockerfile) +* [`1`, `1-debian-10`, `1.11.3`, `1.11.3-debian-10-r13`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.11.3-debian-10-r13/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/consul GitHub repo](https://github.com/bitnami/bitnami-docker-consul).