From 5f414420e5dae604d22ce026ea5aa9d1e6696048 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 18 Mar 2023 22:22:01 +0100 Subject: [PATCH] [bitnami/argo-workflow-cli] Release 3.4.5-scratch-r6 (#27539) Signed-off-by: Bitnami Containers --- bitnami/argo-workflow-cli/3/scratch/Dockerfile | 6 +++--- .../scratch/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/argo-workflow-cli/README.md | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bitnami/argo-workflow-cli/3/scratch/Dockerfile b/bitnami/argo-workflow-cli/3/scratch/Dockerfile index da020187de7a..80a51fb3d771 100644 --- a/bitnami/argo-workflow-cli/3/scratch/Dockerfile +++ b/bitnami/argo-workflow-cli/3/scratch/Dockerfile @@ -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.5-2-linux-${OS_ARCH}-debian-11" \ + "argo-workflows-3.4.5-3-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -33,10 +33,10 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2023-03-01T11:46:55Z" \ + org.opencontainers.image.created="2023-03-18T20:59:56Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="3.4.5-scratch-r5" \ + org.opencontainers.image.ref.name="3.4.5-scratch-r6" \ org.opencontainers.image.title="argo-workflow-cli" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="3.4.5" 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 0b8c6d2a5ef3..89d1ddd48e8b 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": "a5e95894f790c3d4d59fcb0ff21471f53c9ebc67c15bca531d5b63fdb3855fae", + "digest": "772989153db9ca2f2d48b091ddf6c1af03f67dac45c1f37df7bbb150e8c43f06", "distro": "debian-11", "type": "NAMI", - "version": "3.4.5-2" + "version": "3.4.5-3" } } \ No newline at end of file diff --git a/bitnami/argo-workflow-cli/README.md b/bitnami/argo-workflow-cli/README.md index e1536e072a25..6ed4e7d88fef 100644 --- a/bitnami/argo-workflow-cli/README.md +++ b/bitnami/argo-workflow-cli/README.md @@ -5,7 +5,6 @@ > Argo Workflows is meant to orchestrate Kubernetes jobs in parallel. It uses DAG and step-based workflows [Overview of Argo Workflows](https://argoproj.github.io/workflows) - Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. ## TL;DR