[bitnami/argo-workflow-cli] Release 3.4.3-scratch-r0 (#12052)

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-10-31 11:15:19 +01:00 committed by GitHub
parent 0efad193a9
commit cf7873ec66
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.2-0-linux-${OS_ARCH}-debian-11" \
"argo-workflows-3.4.3-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.2-scratch-r1" \
org.opencontainers.image.ref.name="3.4.3-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.2"
org.opencontainers.image.version="3.4.3"
COPY prebuildfs /
COPY rootfs /

View File

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

View File

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