[bitnami/argo-workflow-cli] Release 3.4.2-scratch-r0 (#11124)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-10-23 15:13:44 +02:00
committed by GitHub
parent a411258528
commit 3e38ef8e57
4 changed files with 9 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"argo-workflows-3.4.1-1-linux-${OS_ARCH}-debian-11" \
"argo-workflows-3.4.2-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -21,7 +21,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
fi && \
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
######
@@ -34,11 +34,11 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="3.4.1-scratch-r2" \
org.opencontainers.image.ref.name="3.4.2-scratch-r0" \
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.vendor="VMware, Inc." \
org.opencontainers.image.version="3.4.1"
org.opencontainers.image.version="3.4.2"
COPY prebuildfs /
COPY rootfs /

View File

@@ -1,9 +1,9 @@
{
"argo-workflows": {
"arch": "amd64",
"digest": "bccd80467baf377abe6d598ee84eae74c4b8bd43dd3b817c996f26ef37d60e4a",
"digest": "d32749ae173e8162fa2e9d54ea5451c682ac8084976075f5386cf3258f12215c",
"distro": "debian-11",
"type": "NAMI",
"version": "3.4.1-1"
"version": "3.4.2-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "3"
- "3-scratch"
- "3.4.1"
- "3.4.2"
- "latest"