mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
[bitnami/argo-workflow-exec] Release 3.3.9-debian-11-r0 (#2681)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,19 +3,26 @@ ENV OS_ARCH="amd64" \
|
|||||||
OS_FLAVOUR="debian-11" \
|
OS_FLAVOUR="debian-11" \
|
||||||
OS_NAME="linux"
|
OS_NAME="linux"
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
|
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." \
|
||||||
|
org.opencontainers.image.version="3.3.9"
|
||||||
|
|
||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages acl ca-certificates curl gzip jq procps tar
|
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.9-2" --checksum dbe3739fe1e50b4a1fe3fd040e0f9e5b8a0d039cb4c0f9a3939a12ac940fd0c8
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
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.8-2" --checksum 1e9ecc022767fee635c7b1deac24675ca74825b3e7343f61a5df8b1bc82df0d8
|
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 && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/argo-workflow-exec/postunpack.sh
|
RUN /opt/bitnami/scripts/argo-workflow-exec/postunpack.sh
|
||||||
ENV APP_VERSION="3.3.8" \
|
ENV APP_VERSION="3.3.9" \
|
||||||
BITNAMI_APP_NAME="argo-workflow-exec" \
|
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"
|
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": {
|
"argo-workflow-exec": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "1e9ecc022767fee635c7b1deac24675ca74825b3e7343f61a5df8b1bc82df0d8",
|
"digest": "672ee5cfb6d20c53e0ff45be848d3529420cacae1b5888b44e6ddf287e3f8996",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "3.3.8-2"
|
"version": "3.3.9-0"
|
||||||
},
|
},
|
||||||
"gosu": {
|
"gosu": {
|
||||||
"arch": "amd64",
|
"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/).
|
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.8`, `3.3.8-debian-11-r18`, `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-r0`, `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).
|
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user