[bitnami/contour] Release 1.22.4-debian-11-r0 (#23267)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
7ab4841a0f
commit
2bb1241ef2
|
|
@ -5,11 +5,11 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.22.3-debian-11-r19" \
|
||||
org.opencontainers.image.ref.name="1.22.4-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.22.3"
|
||||
org.opencontainers.image.version="1.22.4"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -22,7 +22,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.22.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
"contour-1.22.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -39,7 +39,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.22.3" \
|
||||
ENV APP_VERSION="1.22.4" \
|
||||
BITNAMI_APP_NAME="contour" \
|
||||
PATH="/opt/bitnami/contour/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"contour": {
|
||||
"arch": "amd64",
|
||||
"digest": "3a41e13e412bbdfeec046775011b7b81b5dd61934e1924984e40695e614a0c22",
|
||||
"digest": "259652a8d6f6c713390b4c03127a1255630dd4e5e2aca13efafaa3791d8d0477",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.22.3-1"
|
||||
"version": "1.22.4-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/nami/COPYING
|
||||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1.22"
|
||||
- "1.22-debian-11"
|
||||
- "1.22.3"
|
||||
- "1.22.4"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue