3.3.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-04-21 01:47:28 +00:00
committed by Bitnami Containers
parent c209677274
commit 5c11d048c8
3 changed files with 8 additions and 8 deletions

View File

@@ -8,15 +8,15 @@ ENV OS_ARCH="amd64" \
COPY prebuildfs /
# 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.5-0" --checksum 9a06ebdade4183669a0a58a5c6288cdac368c3ed050ab0de44d9ac0116810590
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.1-0" --checksum d08e9112343fc26c4e51189a4e0bfe975a5c95aa10457956b5289bcbc2c3bb52
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.3.2-0" --checksum 2e59c80d76dcc09ffda0a8d429eb957b529c819bafcbf457bddaa41c290c98a3
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.1" \
ENV APP_VERSION="3.3.2" \
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": "d08e9112343fc26c4e51189a4e0bfe975a5c95aa10457956b5289bcbc2c3bb52",
"digest": "2e59c80d76dcc09ffda0a8d429eb957b529c819bafcbf457bddaa41c290c98a3",
"distro": "debian-10",
"type": "NAMI",
"version": "3.3.1-0"
"version": "3.3.2-0"
},
"gosu": {
"arch": "amd64",
@@ -15,9 +15,9 @@
},
"kubectl": {
"arch": "amd64",
"digest": "9a06ebdade4183669a0a58a5c6288cdac368c3ed050ab0de44d9ac0116810590",
"digest": "19cb5b35ac7ca6e9e789f590625438c3371f4b69584220d9cdd9a73ad13c4227",
"distro": "debian-10",
"type": "NAMI",
"version": "1.23.5-0"
"version": "1.23.6-0"
}
}

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-10`, `3.3.1`, `3.3.1-debian-10-r26`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.3.1-debian-10-r26/3/debian-10/ Dockerfile)
* [`3`, `3-debian-10`, `3.3.2`, `3.3.2-debian-10-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.3.2-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).