3.3.8-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-06-24 05:26:18 +00:00
committed by Bitnami Containers
parent c536b35ff7
commit 01b1ce5673
3 changed files with 7 additions and 8 deletions

View File

@@ -1,22 +1,21 @@
FROM docker.io/bitnami/minideb:bullseye
LABEL maintainer "Bitnami <containers@bitnami.com>"
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"

View File

@@ -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",

View File

@@ -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