[bitnami/contour-operator] Release 1.22.1-scratch-r12 (#27549)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
97bbb20d8e
commit
df0f29ffe7
|
|
@ -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-6-linux-${OS_ARCH}-debian-11" \
|
||||
"contour-operator-1.22.1-7-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -33,10 +33,10 @@ ARG TARGETARCH
|
|||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2023-03-01T11:46:41Z" \
|
||||
org.opencontainers.image.created="2023-03-18T21:11:55Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.22.1-scratch-r11" \
|
||||
org.opencontainers.image.ref.name="1.22.1-scratch-r12" \
|
||||
org.opencontainers.image.title="contour-operator" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.22.1"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"contour-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "114b3b9246969f9d2189d9b6f04b23b37be41ca4be24ef7aefcf206a7cc52e7e",
|
||||
"digest": "811b6d1cd4f418e5a93268e8ecab682a93ecaf83629449458ef6c052ff264f33",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.22.1-6"
|
||||
"version": "1.22.1-7"
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
> The Contour Operator extends the Kubernetes API to create, configure and manage instances of Contour on behalf of users.
|
||||
|
||||
[Overview of Contour Operator](https://github.com/projectcontour/contour-operator)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue