3.3.7-debian-11-r0 release
This commit is contained in:
parent
0d74c14859
commit
7e8625e76f
|
|
@ -10,13 +10,13 @@ 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.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.6-150" --checksum 3e8ca4c0e9c057a1c87a425ddc3b975815ba96068b21ad9b3397bb1e48b271de
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.3.7-0" --checksum f4ac6313a0d203e1d3bbb40c4208efd65064b17ce1e50e7bd854cebb1b4482c0
|
||||
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.6" \
|
||||
ENV APP_VERSION="3.3.7" \
|
||||
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"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"argo-workflow-exec": {
|
||||
"arch": "amd64",
|
||||
"digest": "3e8ca4c0e9c057a1c87a425ddc3b975815ba96068b21ad9b3397bb1e48b271de",
|
||||
"digest": "f4ac6313a0d203e1d3bbb40c4208efd65064b17ce1e50e7bd854cebb1b4482c0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.3.6-150"
|
||||
"version": "3.3.7-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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.6`, `3.3.6-debian-11-r7`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.3.6-debian-11-r7/3/debian-11/ Dockerfile)
|
||||
* [`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)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/argo-workflow-exec GitHub repo](https://github.com/bitnami/bitnami-docker-argo-workflow-exec).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue