[bitnami/consul] Release 1.15.3-debian-11-r0 (#36077)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b297c96643
commit
b111fd1bdd
|
|
@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-05-30T15:34:53Z" \
|
||||
org.opencontainers.image.created="2023-06-02T01:10:40Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.15.2-debian-11-r20" \
|
||||
org.opencontainers.image.ref.name="1.15.3-debian-11-r0" \
|
||||
org.opencontainers.image.title="consul" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.15.2"
|
||||
org.opencontainers.image.version="1.15.3"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -23,7 +23,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.5-6-linux-${OS_ARCH}-debian-11" \
|
||||
"consul-1.15.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
"consul-1.15.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -41,7 +41,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/consul/postunpack.sh
|
||||
ENV APP_VERSION="1.15.2" \
|
||||
ENV APP_VERSION="1.15.3" \
|
||||
BITNAMI_APP_NAME="consul" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.15.2-1"
|
||||
"version": "1.15.3-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- 1-debian-11
|
||||
- 1.15.2
|
||||
- 1.15.3
|
||||
- latest
|
||||
|
|
|
|||
|
|
@ -502,7 +502,7 @@ If you encountered a problem running this container, you can file an [issue](htt
|
|||
|
||||
## License
|
||||
|
||||
Copyright © 2023 Bitnami
|
||||
Copyright © 2023 VMware Inc
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
Loading…
Reference in New Issue