3.2.9-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-03-03 00:53:44 +00:00
parent 150b553ed9
commit 40dcd2916f
3 changed files with 5 additions and 5 deletions

View File

@ -10,14 +10,14 @@ COPY prebuildfs /
RUN install_packages acl ca-certificates curl docker git gzip jq procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubectl" "1.23.4-1" --checksum 6902b6f1b8789063c43f81f89345ba53ee9bc7ae5ec61f1b4fd539fd653107dd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.2.8-4" --checksum 194fa2249e7ca703995a51d96d531cb45e27188d2fc9142ffc4fe2fc4edb5744
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.2.9-0" --checksum db74bd7b8db9c5218c96768037952de9943827cd06f4b0cbab70fb10a052b34d
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 BITNAMI_APP_NAME="argo-workflow-exec" \
BITNAMI_IMAGE_VERSION="3.2.8-debian-10-r24" \
BITNAMI_IMAGE_VERSION="3.2.9-debian-10-r0" \
PATH="/opt/bitnami/kubectl/bin:/opt/bitnami/common/bin:/opt/bitnami/argo-workflow-exec/bin:/opt/bitnami/argo-workflow-exec/hack:$PATH"
USER 1001

View File

@ -1,10 +1,10 @@
{
"argo-workflow-exec": {
"arch": "amd64",
"digest": "194fa2249e7ca703995a51d96d531cb45e27188d2fc9142ffc4fe2fc4edb5744",
"digest": "db74bd7b8db9c5218c96768037952de9943827cd06f4b0cbab70fb10a052b34d",
"distro": "debian-10",
"type": "NAMI",
"version": "3.2.8-4"
"version": "3.2.9-0"
},
"gosu": {
"arch": "amd64",

View File

@ -42,7 +42,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-10`, `3.2.8`, `3.2.8-debian-10-r24`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.2.8-debian-10-r24/3/debian-10/ Dockerfile)
* [`3`, `3-debian-10`, `3.2.9`, `3.2.9-debian-10-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.2.9-debian-10-r0/3/debian-10/ Dockerfile)
Subscribe to project updates by watching the [bitnami/argo-workflow-exec GitHub repo](https://github.com/bitnami/bitnami-docker-argo-workflow-exec).