mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 23:27:17 +08:00
3.3.5-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
5fab81399b
commit
4af220dc91
@@ -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.4-0" --checksum 8ca53f350680688feae198fe6e329fd983cd06725d058e14067c6d42acd1763e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.3.5-0" --checksum 081604f3a96af5e97f13ec0be07208bf4a1144ca6d860aa68c43b795af5c0df3
|
||||
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.4" \
|
||||
ENV APP_VERSION="3.3.5" \
|
||||
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": "8ca53f350680688feae198fe6e329fd983cd06725d058e14067c6d42acd1763e",
|
||||
"digest": "081604f3a96af5e97f13ec0be07208bf4a1144ca6d860aa68c43b795af5c0df3",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.3.4-0"
|
||||
"version": "3.3.5-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.4`, `3.3.4-debian-10-r4`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.3.4-debian-10-r4/3/debian-10/ Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.3.5`, `3.3.5-debian-10-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.3.5-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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user