3.2.6-debian-10-r28 release

This commit is contained in:
Bitnami Bot
2022-01-21 06:52:48 +00:00
parent e309988c5a
commit ae87fba1bd
3 changed files with 11 additions and 11 deletions

View File

@@ -8,16 +8,16 @@ 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.1-1" --checksum c31e2f5f9f96816b27e25132d9030b3232b2a30dd75ffd486b91dc8e0fdb7c44
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.2.6-1" --checksum 8616cd1576c9f12c8b7e3dbbda3e381c865473cc410e93e8417538202134c01b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubectl" "1.23.2-2" --checksum 5ca4ef7ce28303e8b70b075139b26c44c50fedc2629c253b733efe816cd2ffd2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.2.6-2" --checksum 94b7531c8795162408d008bdaacb81936439129b6d5c2cb022ddb658c82776bb
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 BITNAMI_APP_NAME="argo-workflow-exec" \
BITNAMI_IMAGE_VERSION="3.2.6-debian-10-r27" \
BITNAMI_IMAGE_VERSION="3.2.6-debian-10-r28" \
PATH="/opt/bitnami/kubectl/bin:/opt/bitnami/common/bin:/opt/bitnami/argo-workflow-exec/bin:/opt/bitnami/argo-workflow-exec/hack:$PATH"
USER 1001

View File

@@ -1,23 +1,23 @@
{
"argo-workflow-exec": {
"arch": "amd64",
"digest": "8616cd1576c9f12c8b7e3dbbda3e381c865473cc410e93e8417538202134c01b",
"digest": "94b7531c8795162408d008bdaacb81936439129b6d5c2cb022ddb658c82776bb",
"distro": "debian-10",
"type": "NAMI",
"version": "3.2.6-1"
"version": "3.2.6-2"
},
"gosu": {
"arch": "amd64",
"digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-1"
"version": "1.14.0-2"
},
"kubectl": {
"arch": "amd64",
"digest": "c31e2f5f9f96816b27e25132d9030b3232b2a30dd75ffd486b91dc8e0fdb7c44",
"digest": "5ca4ef7ce28303e8b70b075139b26c44c50fedc2629c253b733efe816cd2ffd2",
"distro": "debian-10",
"type": "NAMI",
"version": "1.23.1-1"
"version": "1.23.2-2"
}
}

View File

@@ -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.6`, `3.2.6-debian-10-r27`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.2.6-debian-10-r27/3/debian-10/ Dockerfile)
* [`3`, `3-debian-10`, `3.2.6`, `3.2.6-debian-10-r28`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.2.6-debian-10-r28/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).