[bitnami/consul] Release 1.18.1-debian-12-r0 (#64171)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
cce177b410
commit
3487f87bb8
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- 1-debian-12
|
||||
- 1.18.0
|
||||
- 1.18.1
|
||||
- latest
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue