[bitnami/argo-workflow-controller] Release 3.4.5-scratch-r7 (#28668)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-03-30 10:23:43 +02:00 committed by GitHub
parent f2617e4faf
commit 81fc43e2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 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=( \
"argo-workflow-controller-3.4.5-2-linux-${OS_ARCH}-debian-11" \
"argo-workflow-controller-3.4.5-3-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-18T20:45:14Z" \
org.opencontainers.image.created="2023-03-30T07:58:55Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.4.5-scratch-r6" \
org.opencontainers.image.ref.name="3.4.5-scratch-r7" \
org.opencontainers.image.title="argo-workflow-controller" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.4.5"

View File

@ -1,9 +1,8 @@
{
"argo-workflow-controller": {
"arch": "amd64",
"digest": "9bbd62e7c91b49a913523964711367c9ccb1ef60f182b92aae4b584a4f39309d",
"distro": "debian-11",
"type": "NAMI",
"version": "3.4.5-2"
"version": "3.4.5-3"
}
}