3.3.0-debian-10-r8 release

This commit is contained in:
Bitnami Bot 2022-03-23 03:20:19 +00:00
parent a4c48c1f1d
commit db29907bfe
2 changed files with 5 additions and 4 deletions

View File

@ -16,8 +16,9 @@ RUN apt-get update && apt-get upgrade -y && \
COPY rootfs /
RUN /opt/bitnami/scripts/argo-workflow-exec/postunpack.sh
ENV BITNAMI_APP_NAME="argo-workflow-exec" \
BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r7" \
ENV APP_VERSION="3.3.0" \
BITNAMI_APP_NAME="argo-workflow-exec" \
BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r8" \
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

@ -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.3.0`, `3.3.0-debian-10-r7`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.3.0-debian-10-r7/3/debian-10/ Dockerfile)
* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r8`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.3.0-debian-10-r8/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).
@ -129,7 +129,7 @@ If you encountered a problem running this container, you can file an [issue](htt
- Host OS and version
- Docker version (`docker version`)
- Output of `docker info`
- Version of this container (`echo $BITNAMI_IMAGE_VERSION` inside the container)
- Version of this container
- The command you used to run the container, and any relevant output you saw (masking any sensitive
information)