mirror of
https://github.com/bitnami/containers.git
synced 2026-04-01 06:48:13 +08:00
[bitnami/contour-operator] Release 1.23.0-scratch-r6 (#24193)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.23.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"contour-operator-1.23.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -32,11 +32,11 @@ ARG TARGETARCH
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2023-02-17T14:23:21Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.23.0-scratch-r5" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/contour-operator" \
|
||||
org.opencontainers.image.ref.name="1.23.0-scratch-r6" \
|
||||
org.opencontainers.image.title="contour-operator" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.23.0"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"contour-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "e002700dba075087dd6c99f44db9696c06a5d197edaf2023beaa9f9c9826e1d5",
|
||||
"digest": "59e6fbe16b6c55df6a09f335d4b8a138ed3d61b070adc5e5bf7bbcee87ccc064",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.23.0-2"
|
||||
"version": "1.23.0-3"
|
||||
}
|
||||
}
|
||||
@@ -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,4 @@
|
||||
rolling-tags:
|
||||
- "1.23"
|
||||
- "1.23-scratch"
|
||||
- "1.23.0"
|
||||
- "latest"
|
||||
- "1.23"
|
||||
- 1.23-scratch
|
||||
- 1.23.0
|
||||
|
||||
Reference in New Issue
Block a user