From 1ad29ab08c20729ef966e595aeaeb5c69415b2a3 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 19 Jan 2024 17:57:43 +0100 Subject: [PATCH] [bitnami/argo-workflow-exec] Release 3.5.4-debian-11-r1 (#54918) Signed-off-by: Bitnami Containers --- .../argo-workflow-exec/3/debian-11/Dockerfile | 7 +++-- .../opt/bitnami/.bitnami_components.json | 2 +- bitnami/argo-workflow-exec/README.md | 29 +++++-------------- 3 files changed, 12 insertions(+), 26 deletions(-) diff --git a/bitnami/argo-workflow-exec/3/debian-11/Dockerfile b/bitnami/argo-workflow-exec/3/debian-11/Dockerfile index fbd84d5cd22e..ef330ca297ee 100644 --- a/bitnami/argo-workflow-exec/3/debian-11/Dockerfile +++ b/bitnami/argo-workflow-exec/3/debian-11/Dockerfile @@ -7,10 +7,10 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2024-01-14T06:58:03Z" \ + org.opencontainers.image.created="2024-01-19T16:30:47Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="3.5.4-debian-11-r0" \ + org.opencontainers.image.ref.name="3.5.4-debian-11-r1" \ org.opencontainers.image.title="argo-workflow-exec" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="3.5.4" @@ -25,7 +25,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl jq procps RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ - "kubectl-1.26.12-2-linux-${OS_ARCH}-debian-11" \ + "kubectl-1.26.13-0-linux-${OS_ARCH}-debian-11" \ "argo-workflow-exec-3.5.4-0-linux-${OS_ARCH}-debian-11" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -40,6 +40,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ RUN apt-get autoremove --purge -y curl && \ apt-get update && apt-get upgrade -y && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives +RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true COPY rootfs / RUN /opt/bitnami/scripts/argo-workflow-exec/postunpack.sh diff --git a/bitnami/argo-workflow-exec/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/argo-workflow-exec/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 432def1e61a6..5bb119e2f84b 100644 --- a/bitnami/argo-workflow-exec/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/argo-workflow-exec/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -9,6 +9,6 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "1.26.12-2" + "version": "1.26.13-0" } } \ No newline at end of file diff --git a/bitnami/argo-workflow-exec/README.md b/bitnami/argo-workflow-exec/README.md index 65a5151652de..326e21c59964 100644 --- a/bitnami/argo-workflow-exec/README.md +++ b/bitnami/argo-workflow-exec/README.md @@ -10,14 +10,7 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema ## TL;DR ```console -docker run -it --name argo-workflow-exec bitnami/argo-workflow-exec -``` - -### Docker Compose - -```console -curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/argo-workflow-exec/docker-compose.yml > docker-compose.yml -docker-compose up -d +docker run -it --name argo-workflow-exec bitnami/argo-workflow-exec:latest ``` ## Why use Bitnami Images? @@ -77,20 +70,12 @@ Bitnami provides up-to-date versions of Argo Workflows Executor, including secur docker pull bitnami/argo-workflow-exec:latest ``` -or if you're using Docker Compose, update the value of the image property to `bitnami/argo-workflow-exec:latest`. - #### Step 2: Remove the currently running container ```console docker rm -v argo-workflow-exec ``` -or using Docker Compose: - -```console -docker-compose rm -v argo-workflow-exec -``` - #### Step 3: Run the new image Re-create your container from the new image. @@ -99,12 +84,6 @@ Re-create your container from the new image. docker run --name argo-workflow-exec bitnami/argo-workflow-exec:latest ``` -or using Docker Compose: - -```console -docker-compose up argo-workflow-exec -``` - ## Configuration ### Running commands @@ -117,6 +96,12 @@ docker run --rm --name argo-workflow-exec bitnami/argo-workflow-exec:latest --he Check the [official Argo Workflows Executor documentation](https://argoproj.github.io/argo-workflows/workflow-executors/) for the list of the available parameters. +## Notable Changes + +### Starting January 16, 2024 + +* The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes. + ## Contributing We'd love for you to contribute to this Docker image. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.