3.2.4-debian-10-r0 release
This commit is contained in:
parent
3e1438b81b
commit
d9535fb7be
|
|
@ -10,12 +10,12 @@ 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.19.16-0" --checksum 4941d1c195a034cf62aeb06b437f3f8c24ad9ef44425e473d3c4b9b0cbd56f5c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.2.3-0" --checksum c3a15db5af630c7d75955700fc8795d481874cd09adb844816dd849b14bef52e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.2.4-0" --checksum 3cad893d0b121947299c68b3d3af395e7488ba213ab81abb9a2a1affa4515c30
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/argo-workflow-exec/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="argo-workflow-exec" \
|
||||
BITNAMI_IMAGE_VERSION="3.2.3-debian-10-r21" \
|
||||
BITNAMI_IMAGE_VERSION="3.2.4-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
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"argo-workflow-exec": {
|
||||
"arch": "amd64",
|
||||
"digest": "c3a15db5af630c7d75955700fc8795d481874cd09adb844816dd849b14bef52e",
|
||||
"digest": "3cad893d0b121947299c68b3d3af395e7488ba213ab81abb9a2a1affa4515c30",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.2.3-0"
|
||||
"version": "3.2.4-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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.3`, `3.2.3-debian-10-r21` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/3.2.3-debian-10-r21/3/debian-10/ Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.2.4`, `3.2.4-debian-10-r0` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/3.2.4-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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue