[bitnami/argo-workflow-cli] Release 3.4.5-scratch-r6 (#27539)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
15deebc786
commit
5f414420e5
|
|
@ -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.5-2-linux-${OS_ARCH}-debian-11" \
|
||||
"argo-workflows-3.4.5-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -33,10 +33,10 @@ ARG TARGETARCH
|
|||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2023-03-01T11:46:55Z" \
|
||||
org.opencontainers.image.created="2023-03-18T20:59:56Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.4.5-scratch-r5" \
|
||||
org.opencontainers.image.ref.name="3.4.5-scratch-r6" \
|
||||
org.opencontainers.image.title="argo-workflow-cli" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.4.5"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"argo-workflows": {
|
||||
"arch": "amd64",
|
||||
"digest": "a5e95894f790c3d4d59fcb0ff21471f53c9ebc67c15bca531d5b63fdb3855fae",
|
||||
"digest": "772989153db9ca2f2d48b091ddf6c1af03f67dac45c1f37df7bbb150e8c43f06",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.4.5-2"
|
||||
"version": "3.4.5-3"
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
> Argo Workflows is meant to orchestrate Kubernetes jobs in parallel. It uses DAG and step-based workflows
|
||||
|
||||
[Overview of Argo Workflows](https://argoproj.github.io/workflows)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue