[bitnami/consul] Release 1.15.1-debian-11-r4 (#27904)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-21 23:40:48 +01:00
committed by GitHub
parent 240dfd337e
commit 91036c2e94
2 changed files with 4 additions and 2 deletions

View File

@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-18T21:11:51Z" \
org.opencontainers.image.created="2023-03-21T21:59:02Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.15.1-debian-11-r3" \
org.opencontainers.image.ref.name="1.15.1-debian-11-r4" \
org.opencontainers.image.title="consul" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.15.1"

View File

@@ -63,8 +63,10 @@ done
unset consul_env_vars
# Paths
export PATH="${BITNAMI_ROOT_DIR}/common/bin:${PATH}"
export CONSUL_BASE_DIR="${BITNAMI_ROOT_DIR}/consul"
export CONSUL_CONF_DIR="${CONSUL_BASE_DIR}/conf"
export CONSUL_BIN_DIR="${CONSUL_BASE_DIR}/bin"
export CONSUL_CONF_FILE="${CONSUL_CONF_DIR}/consul.json"
export CONSUL_ENCRYPT_FILE="${CONSUL_CONF_DIR}/encrypt.json"
export CONSUL_LOCAL_FILE="${CONSUL_CONF_DIR}/local.json"