3.3.4-debian-10-r0 release
This commit is contained in:
parent
03a6f5e77a
commit
7be431aea0
|
|
@ -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.6-0" --checksum 19cb5b35ac7ca6e9e789f590625438c3371f4b69584220d9cdd9a73ad13c4227
|
||||
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.3.3-0" --checksum 2f0cf19a5a938ff201dfdccb4422a3eea1285723bca37a5539f2578ae894f8b0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.3.4-0" --checksum 8ca53f350680688feae198fe6e329fd983cd06725d058e14067c6d42acd1763e
|
||||
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.3" \
|
||||
ENV APP_VERSION="3.3.4" \
|
||||
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": "2f0cf19a5a938ff201dfdccb4422a3eea1285723bca37a5539f2578ae894f8b0",
|
||||
"digest": "8ca53f350680688feae198fe6e329fd983cd06725d058e14067c6d42acd1763e",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.3.3-0"
|
||||
"version": "3.3.4-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-10`, `3.3.3`, `3.3.3-debian-10-r3`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.3.3-debian-10-r3/3/debian-10/ Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.3.4`, `3.3.4-debian-10-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.3.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