[bitnami/argo-workflow-cli] Release 3.4.1-scratch-r0 (#8592)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
16810814d1
commit
cc6d5dd73b
|
|
@ -11,13 +11,13 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages ca-certificates curl
|
RUN install_packages ca-certificates curl
|
||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
if [ ! -f argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
if [ ! -f argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||||
fi && \
|
fi && \
|
||||||
sha256sum -c argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
sha256sum -c argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||||
tar -zxf argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
tar -zxf argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||||
rm -rf argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz argo-workflows-3.4.0-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
rm -rf argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz argo-workflows-3.4.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
||||||
|
|
||||||
######
|
######
|
||||||
|
|
||||||
|
|
@ -29,11 +29,11 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||||
|
|
||||||
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.4.0-scratch-r1" \
|
org.opencontainers.image.ref.name="3.4.1-scratch-r0" \
|
||||||
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." \
|
||||||
org.opencontainers.image.version="3.4.0"
|
org.opencontainers.image.version="3.4.1"
|
||||||
|
|
||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"argo-workflows": {
|
"argo-workflows": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "8685a983d1032baef2211f3dc33cc1e74b6ef68a40bc28ec1e43696ff4df32a1",
|
"digest": "178acbf60624002fd34960365d5f70f1fefe5cb868d1e381bf07eebfa514a984",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "3.4.0-1"
|
"version": "3.4.1-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "3"
|
- "3"
|
||||||
- "3-scratch"
|
- "3-scratch"
|
||||||
- "3.4.0"
|
- "3.4.1"
|
||||||
- "latest"
|
- "latest"
|
||||||
|
|
|
||||||
|
|
@ -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.4.0`, `3.4.0-scratch-r1`, `latest` (3/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/argo-workflows/3/scratch/ Dockerfile)
|
* [`3`, `3-scratch`, `3.4.1`, `3.4.1-scratch-r0`, `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).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue