diff --git a/bitnami/argo-workflow-exec/3/debian-11/Dockerfile b/bitnami/argo-workflow-exec/3/debian-11/Dockerfile index b28677adba92..d7d487b5ee75 100644 --- a/bitnami/argo-workflow-exec/3/debian-11/Dockerfile +++ b/bitnami/argo-workflow-exec/3/debian-11/Dockerfile @@ -1,22 +1,21 @@ FROM docker.io/bitnami/minideb:bullseye -LABEL maintainer "Bitnami " - ENV OS_ARCH="amd64" \ OS_FLAVOUR="debian-11" \ OS_NAME="linux" COPY prebuildfs / +SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages acl ca-certificates curl docker git gzip jq procps tar RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubectl" "1.23.8-0" --checksum 5437272c5f4c94cd1b4a02ce7909008ac654661347ddb1d386d93d5a04556a52 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.3.7-0" --checksum f4ac6313a0d203e1d3bbb40c4208efd65064b17ce1e50e7bd854cebb1b4482c0 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.3.8-0" --checksum ca62031e2ac9008883030e39de9778a28d8a54bb35d16a1acb13cce47de23174 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives COPY rootfs / RUN /opt/bitnami/scripts/argo-workflow-exec/postunpack.sh -ENV APP_VERSION="3.3.7" \ +ENV APP_VERSION="3.3.8" \ BITNAMI_APP_NAME="argo-workflow-exec" \ PATH="/opt/bitnami/kubectl/bin:/opt/bitnami/common/bin:/opt/bitnami/argo-workflow-exec/bin:/opt/bitnami/argo-workflow-exec/hack:$PATH" 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 354a8bce107f..2dc53736e390 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 @@ -1,10 +1,10 @@ { "argo-workflow-exec": { "arch": "amd64", - "digest": "f4ac6313a0d203e1d3bbb40c4208efd65064b17ce1e50e7bd854cebb1b4482c0", + "digest": "ca62031e2ac9008883030e39de9778a28d8a54bb35d16a1acb13cce47de23174", "distro": "debian-11", "type": "NAMI", - "version": "3.3.7-0" + "version": "3.3.8-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/argo-workflow-exec/README.md b/bitnami/argo-workflow-exec/README.md index ccd4e30425a8..a8c639adfb18 100644 --- a/bitnami/argo-workflow-exec/README.md +++ b/bitnami/argo-workflow-exec/README.md @@ -39,7 +39,7 @@ Deploying Bitnami applications as Helm Charts is the easiest way to get started 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-debian-11`, `3.3.7`, `3.3.7-debian-11-r0`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.3.7-debian-11-r0/3/debian-11/ Dockerfile) +* [`3`, `3-debian-11`, `3.3.8`, `3.3.8-debian-11-r0`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.3.8-debian-11-r0/3/debian-11/ Dockerfile) Subscribe to project updates by watching the [bitnami/argo-workflow-exec GitHub repo](https://github.com/bitnami/bitnami-docker-argo-workflow-exec). @@ -60,7 +60,7 @@ $ docker pull bitnami/argo-workflow-exec:[TAG] If you wish, you can also build the image yourself. ```console -$ docker build -t bitnami/argo-workflow-exec 'https://github.com/bitnami/bitnami-docker-argo-workflow-exec.git#master:7/debian-10' +$ docker build -t bitnami/argo-workflow-exec:latest 'https://github.com/bitnami/bitnami-docker-argo-workflow-exec.git#master:3/debian-11' ``` ## Maintenance