[bitnami/argo-workflow-exec] Release 3.3.9-debian-11-r3 (#3608)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
39158ad19f
commit
ffedc4fd3c
|
|
@ -5,7 +5,7 @@ ENV OS_ARCH="amd64" \
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="3.3.9-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="3.3.9-debian-11-r3" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-exec" \
|
||||
org.opencontainers.image.title="argo-workflow-exec" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -15,7 +15,7 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip jq procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubectl" "1.23.9-2" --checksum dbe3739fe1e50b4a1fe3fd040e0f9e5b8a0d039cb4c0f9a3939a12ac940fd0c8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubectl" "1.23.10-0" --checksum 1b40c0da2296c71c063137a63cbfcb25511c7152b9b9ee3d239996fb6e624c4d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.3.9-0" --checksum 672ee5cfb6d20c53e0ff45be848d3529420cacae1b5888b44e6ddf287e3f8996
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"kubectl": {
|
||||
"arch": "amd64",
|
||||
"digest": "dbe3739fe1e50b4a1fe3fd040e0f9e5b8a0d039cb4c0f9a3939a12ac940fd0c8",
|
||||
"digest": "1b40c0da2296c71c063137a63cbfcb25511c7152b9b9ee3d239996fb6e624c4d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.23.9-2"
|
||||
"version": "1.23.10-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
rolling-tags:
|
||||
- "3"
|
||||
- "3-debian-11"
|
||||
- "3.3.9"
|
||||
- "latest"
|
||||
|
|
@ -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-11`, `3.3.9`, `3.3.9-debian-11-r2`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/argo-workflow-exec/3/debian-11/ Dockerfile)
|
||||
* [`3`, `3-debian-11`, `3.3.9`, `3.3.9-debian-11-r3`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/argo-workflow-exec/3/debian-11/ Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue