[bitnami/contour] Release 1.21.2-debian-11-r0 (#15655)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
1dac873856
commit
1e898bfb45
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.21.1-debian-11-r58" \
|
||||
org.opencontainers.image.ref.name="1.21.2-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/contour" \
|
||||
org.opencontainers.image.title="contour" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.21.1"
|
||||
org.opencontainers.image.version="1.21.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"contour-1.21.1-5-linux-${OS_ARCH}-debian-11" \
|
||||
"contour-1.21.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN ln -s /opt/bitnami/contour/bin/contour /bin/contour
|
||||
|
||||
ENV APP_VERSION="1.21.1" \
|
||||
ENV APP_VERSION="1.21.2" \
|
||||
BITNAMI_APP_NAME="contour" \
|
||||
PATH="/opt/bitnami/contour/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"contour": {
|
||||
"arch": "amd64",
|
||||
"digest": "70c52a20647a4e68a359690c570fac3babc3dbe7a33f268404e37c8a071c847f",
|
||||
"digest": "481d794e67531d51b8c97405fd107b4dc80b9226655f3d24e3dbbbf058c0e0ae",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.21.1-5"
|
||||
"version": "1.21.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "1.21"
|
||||
- "1.21-debian-11"
|
||||
- "1.21.1"
|
||||
- "1.21.2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue