[bitnami/argo-workflow-cli] Release 3.4.4-scratch-r3 (#20608)

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:26:20 +01:00 committed by GitHub
parent c2bbecce52
commit bd2ed6eb17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 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=( \
"argo-workflows-3.4.4-0-linux-${OS_ARCH}-debian-11" \
"argo-workflows-3.4.4-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -35,7 +35,7 @@ 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.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.4.4-scratch-r2" \
org.opencontainers.image.ref.name="3.4.4-scratch-r3" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-cli" \
org.opencontainers.image.title="argo-workflow-cli" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@ -1,9 +1,9 @@
{
"argo-workflows": {
"arch": "amd64",
"digest": "848673358eb0c2d891eb441b417b0cb47fbfdddff17633b8541dc07c0cd66cc1",
"digest": "bfff4dd101a5c8573c096eaa7c6ce2aff7540fd37958855b3d4a45855f0dc63f",
"distro": "debian-11",
"type": "NAMI",
"version": "3.4.4-0"
"version": "3.4.4-1"
}
}