diff --git a/bitnami/argo-workflow-cli/3/scratch/Dockerfile b/bitnami/argo-workflow-cli/3/scratch/Dockerfile index 7d0da4eae12f..5a54160c4a35 100644 --- a/bitnami/argo-workflow-cli/3/scratch/Dockerfile +++ b/bitnami/argo-workflow-cli/3/scratch/Dockerfile @@ -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 / diff --git a/bitnami/argo-workflow-cli/3/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/argo-workflow-cli/3/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index 2b8ac85a66f0..7b8f8fd5a68f 100644 --- a/bitnami/argo-workflow-cli/3/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/argo-workflow-cli/3/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -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" } } \ No newline at end of file diff --git a/bitnami/argo-workflow-cli/3/scratch/tags-info.yaml b/bitnami/argo-workflow-cli/3/scratch/tags-info.yaml index da8c7dd3101f..381d8c770f0f 100644 --- a/bitnami/argo-workflow-cli/3/scratch/tags-info.yaml +++ b/bitnami/argo-workflow-cli/3/scratch/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "3" - "3-scratch" - - "3.4.0" + - "3.4.1" - "latest" diff --git a/bitnami/argo-workflow-cli/README.md b/bitnami/argo-workflow-cli/README.md index 683be7c47a87..6ae1f7bad480 100644 --- a/bitnami/argo-workflow-cli/README.md +++ b/bitnami/argo-workflow-cli/README.md @@ -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).