3.2.3-debian-10-r2 release

This commit is contained in:
Bitnami Bot
2021-10-29 05:39:32 +00:00
parent d838eee3bb
commit a15938e1da
3 changed files with 5 additions and 5 deletions

View File

@@ -8,14 +8,14 @@ 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.19.15-0" --checksum cfa18984f80f8ead7989ad4e2cc1001ba8feafce63d63f163ca785a0b48b43cb
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
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-r1" \
BITNAMI_IMAGE_VERSION="3.2.3-debian-10-r2" \
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

@@ -15,9 +15,9 @@
},
"kubectl": {
"arch": "amd64",
"digest": "cfa18984f80f8ead7989ad4e2cc1001ba8feafce63d63f163ca785a0b48b43cb",
"digest": "4941d1c195a034cf62aeb06b437f3f8c24ad9ef44425e473d3c4b9b0cbd56f5c",
"distro": "debian-10",
"type": "NAMI",
"version": "1.19.15-0"
"version": "1.19.16-0"
}
}

View File

@@ -38,7 +38,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-r1` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/3.2.3-debian-10-r1/3/debian-10/ Dockerfile)
* [`3`, `3-debian-10`, `3.2.3`, `3.2.3-debian-10-r2` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/3.2.3-debian-10-r2/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).