[bitnami/argo-workflow-cli] Release 3.4.1-scratch-r0 (#8592)

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-01 18:18:18 +02:00 committed by GitHub
parent 16810814d1
commit cc6d5dd73b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View File

@ -11,13 +11,13 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
if [ ! -f argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256
sha256sum -c argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
######
@ -29,11 +29,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.0-scratch-r1" \
org.opencontainers.image.ref.name="3.4.1-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.0"
org.opencontainers.image.version="3.4.1"
COPY prebuildfs /
COPY rootfs /

View File

@ -1,9 +1,9 @@
{
"argo-workflows": {
"arch": "amd64",
"digest": "8685a983d1032baef2211f3dc33cc1e74b6ef68a40bc28ec1e43696ff4df32a1",
"digest": "178acbf60624002fd34960365d5f70f1fefe5cb868d1e381bf07eebfa514a984",
"distro": "debian-11",
"type": "NAMI",
"version": "3.4.0-1"
"version": "3.4.1-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "3"
- "3-scratch"
- "3.4.0"
- "3.4.1"
- "latest"

View File

@ -43,7 +43,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`3`, `3-scratch`, `3.4.0`, `3.4.0-scratch-r1`, `latest` (3/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/argo-workflows/3/scratch/ Dockerfile)
* [`3`, `3-scratch`, `3.4.1`, `3.4.1-scratch-r0`, `latest` (3/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/argo-workflows/3/scratch/ Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).