From 3487f87bb83b7dfa6b1817ade4b24753fc5959ef Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 27 Mar 2024 02:27:23 +0100 Subject: [PATCH] [bitnami/consul] Release 1.18.1-debian-12-r0 (#64171) Signed-off-by: Bitnami Containers --- bitnami/consul/1/debian-12/Dockerfile | 10 ++--- .../opt/bitnami/.bitnami_components.json | 2 +- bitnami/consul/1/debian-12/tags-info.yaml | 2 +- bitnami/consul/README.md | 45 ++++++++++--------- 4 files changed, 32 insertions(+), 27 deletions(-) diff --git a/bitnami/consul/1/debian-12/Dockerfile b/bitnami/consul/1/debian-12/Dockerfile index d1a2c7bcddd7..259ece34559e 100644 --- a/bitnami/consul/1/debian-12/Dockerfile +++ b/bitnami/consul/1/debian-12/Dockerfile @@ -7,13 +7,13 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-03-12T12:38:25Z" \ + org.opencontainers.image.created="2024-03-27T00:57:39Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.18.0-debian-12-r1" \ + org.opencontainers.image.ref.name="1.18.1-debian-12-r0" \ org.opencontainers.image.title="consul" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="1.18.0" + org.opencontainers.image.version="1.18.1" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -27,7 +27,7 @@ RUN install_packages ca-certificates curl iproute2 procps zlib1g-dev RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ "render-template-1.0.6-10-linux-${OS_ARCH}-debian-12" \ - "consul-1.18.0-1-linux-${OS_ARCH}-debian-12" \ + "consul-1.18.1-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -46,7 +46,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true COPY rootfs / RUN /opt/bitnami/scripts/consul/postunpack.sh -ENV APP_VERSION="1.18.0" \ +ENV APP_VERSION="1.18.1" \ BITNAMI_APP_NAME="consul" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH" diff --git a/bitnami/consul/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/consul/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 0e42bcceff81..000aba78586e 100644 --- a/bitnami/consul/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/consul/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,7 +3,7 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "1.18.0-1" + "version": "1.18.1-0" }, "render-template": { "arch": "amd64", diff --git a/bitnami/consul/1/debian-12/tags-info.yaml b/bitnami/consul/1/debian-12/tags-info.yaml index 1a70f797234e..0ddf6c70b2a2 100644 --- a/bitnami/consul/1/debian-12/tags-info.yaml +++ b/bitnami/consul/1/debian-12/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "1" - 1-debian-12 -- 1.18.0 +- 1.18.1 - latest diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index 5cd622b9a016..6e0043b7bcd3 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -278,26 +278,31 @@ volumes: #### Customizable environment variables -| Name | Description | Default Value | -|---------------------------------|----------------------------------|---------------| -| `CONSUL_RPC_PORT_NUMBER` | Consul RPC port number. | `8300` | -| `CONSUL_HTTP_PORT_NUMBER` | Consul RPC port number. | `8500` | -| `CONSUL_DNS_PORT_NUMBER` | Consul DNS port number. | `8600` | -| `CONSUL_DNS_PORT_NUMBER` | Consul DNS port number. | `8600` | -| `CONSUL_AGENT_MODE` | Consul agent mode. | `server` | -| `CONSUL_DISABLE_KEYRING_FILE` | Disable keyring file in Consul. | `false` | -| `CONSUL_SERF_LAN_ADDRESS` | LAN address for Serf daemon. | `0.0.0.0` | -| `CONSUL_SERF_LAN_PORT_NUMBER` | LAN port for Serf daemon. | `8301` | -| `CONSUL_CLIENT_LAN_ADDRESS` | LAN address for Consul clients. | `0.0.0.0` | -| `CONSUL_RETRY_JOIN_ADDRESS` | Consul node retry join address. | `127.0.0.1` | -| `CONSUL_RETRY_JOIN_WAN_ADDRESS` | Consul retry join WAN address. | `127.0.0.1` | -| `CONSUL_ENABLE_UI` | Enable User Interface in Consul. | `true` | -| `CONSUL_BOOTSTRAP_EXPECT` | Expect bootstrap in Consul. | `1` | -| `CONSUL_RAFT_MULTIPLIER` | Consul Raft multiplier. | `1` | -| `CONSUL_GOSSIP_ENCRYPTION` | Use gossip encryption in Consul. | `no` | -| `CONSUL_DATACENTER` | Consul datacenter name. | `dc1` | -| `CONSUL_DOMAIN` | Consul domain. | `consul` | -| `CONSUL_DISABLE_HOST_NODE_ID` | Disable host node ID. | `true` | +| Name | Description | Default Value | +|---------------------------------|-----------------------------------------------------|---------------| +| `CONSUL_RPC_PORT_NUMBER` | Consul RPC port number. | `8300` | +| `CONSUL_HTTP_PORT_NUMBER` | Consul RPC port number. | `8500` | +| `CONSUL_DNS_PORT_NUMBER` | Consul DNS port number. | `8600` | +| `CONSUL_DNS_PORT_NUMBER` | Consul DNS port number. | `8600` | +| `CONSUL_AGENT_MODE` | Consul agent mode. | `server` | +| `CONSUL_DISABLE_KEYRING_FILE` | Disable keyring file in Consul. | `false` | +| `CONSUL_SERF_LAN_ADDRESS` | LAN address for Serf daemon. | `0.0.0.0` | +| `CONSUL_SERF_LAN_PORT_NUMBER` | LAN port for Serf daemon. | `8301` | +| `CONSUL_CLIENT_LAN_ADDRESS` | LAN address for Consul clients. | `0.0.0.0` | +| `CONSUL_RETRY_JOIN_ADDRESS` | Consul node retry join address. | `127.0.0.1` | +| `CONSUL_RETRY_JOIN_WAN_ADDRESS` | Consul retry join WAN address. | `127.0.0.1` | +| `CONSUL_BIND_INTERFACE` | Consul bind interface. | `nil` | +| `CONSUL_BIND_ADDR` | Consul bind address. | `nil` | +| `CONSUL_ENABLE_UI` | Enable User Interface in Consul. | `true` | +| `CONSUL_BOOTSTRAP_EXPECT` | Expect bootstrap in Consul. | `1` | +| `CONSUL_RAFT_MULTIPLIER` | Consul Raft multiplier. | `1` | +| `CONSUL_LOCAL_CONFIG` | Consul local configuration. | `nil` | +| `CONSUL_GOSSIP_ENCRYPTION` | Use gossip encryption in Consul. | `no` | +| `CONSUL_GOSSIP_ENCRYPTION_KEY` | Base64-encoded Consul gossip private symmetric key. | `nil` | +| `CONSUL_DATACENTER` | Consul datacenter name. | `dc1` | +| `CONSUL_DOMAIN` | Consul domain. | `consul` | +| `CONSUL_NODE_NAME` | Consul domain name. | `nil` | +| `CONSUL_DISABLE_HOST_NODE_ID` | Disable host node ID. | `true` | #### Read-only environment variables