[bitnami/argo-workflow-cli] Release 3.4.4-scratch-r0 (#15347)

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 2022-11-29 23:18:29 +01:00 committed by GitHub
parent 05d065e7a5
commit 6a925217e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 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.3-0-linux-${OS_ARCH}-debian-11" \
"argo-workflows-3.4.4-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -34,11 +34,11 @@ 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="3.4.3-scratch-r0" \
org.opencontainers.image.ref.name="3.4.4-scratch-r0" \
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." \
org.opencontainers.image.version="3.4.3"
org.opencontainers.image.version="3.4.4"
COPY prebuildfs /
COPY rootfs /

View File

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

View File

@ -1,5 +1,5 @@
rolling-tags:
- "3"
- "3-scratch"
- "3.4.3"
- "3.4.4"
- "latest"