mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
[bitnami/argo-workflow-cli] Release 3.3.9-scratch-r2 (#4551)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,10 +7,12 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages ca-certificates curl gzip tar
|
RUN install_packages ca-certificates curl gzip tar
|
||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/argo-workflows-3.3.9-0-linux-amd64-debian-11.tar.gz -o argo-workflows-3.3.9-0-linux-amd64-debian-11.tar.gz && \
|
if [ ! -f argo-workflows-3.3.9-1-linux-amd64-debian-11.tar.gz ]; then \
|
||||||
echo "762cf01060577fe80a7031a555d14ca65d8fa7faa5e65bd05a397774fb1cb2aa argo-workflows-3.3.9-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/argo-workflows-3.3.9-1-linux-amd64-debian-11.tar.gz -O ; \
|
||||||
tar -zxf argo-workflows-3.3.9-0-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
fi && \
|
||||||
rm -rf argo-workflows-3.3.9-0-linux-amd64-debian-11.tar.gz
|
echo "60d350cffc00592a843738d93309549c18e5f8b48d0e164cb542f725c12aa1ce argo-workflows-3.3.9-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||||
|
tar -zxf argo-workflows-3.3.9-1-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||||
|
rm -rf argo-workflows-3.3.9-1-linux-amd64-debian-11.tar.gz
|
||||||
|
|
||||||
######
|
######
|
||||||
|
|
||||||
@@ -18,7 +20,7 @@ FROM scratch
|
|||||||
|
|
||||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.ref.name="3.3.9-scratch-r1" \
|
org.opencontainers.image.ref.name="3.3.9-scratch-r2" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-cli" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-cli" \
|
||||||
org.opencontainers.image.title="argo-workflow-cli" \
|
org.opencontainers.image.title="argo-workflow-cli" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"argo-workflows": {
|
"argo-workflows": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "762cf01060577fe80a7031a555d14ca65d8fa7faa5e65bd05a397774fb1cb2aa",
|
"digest": "60d350cffc00592a843738d93309549c18e5f8b48d0e164cb542f725c12aa1ce",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "3.3.9-0"
|
"version": "3.3.9-1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -43,7 +43,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||||||
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-scratch`, `3.3.9`, `3.3.9-scratch-r1`, `latest` (3/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/argo-workflows/3/scratch/ Dockerfile)
|
* [`3`, `3-scratch`, `3.3.9`, `3.3.9-scratch-r2`, `latest` (3/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/argo-workflows/3/scratch/ 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