[bitnami/contour-operator] Release 1.22.1-scratch-r6 (#20604)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-01-17 21:22:55 +01:00
committed by GitHub
parent 37a7a569ed
commit add4dd5102
2 changed files with 5 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"contour-operator-1.22.1-3-linux-${OS_ARCH}-debian-11" \
"contour-operator-1.22.1-4-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -34,7 +34,8 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.22.1-scratch-r5" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.22.1-scratch-r6" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/contour-operator" \
org.opencontainers.image.title="contour-operator" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@@ -1,9 +1,9 @@
{
"contour-operator": {
"arch": "amd64",
"digest": "368386e9a82507932712c289aecf8e5a928c12c9fc994dae624b8971a2343da1",
"digest": "9369bdfbf3af1084675f102b78b6f7c9d88cec938ef0797e3f2e810a60392b2c",
"distro": "debian-11",
"type": "NAMI",
"version": "1.22.1-3"
"version": "1.22.1-4"
}
}