[bitnami/argo-workflow-exec] Release 3.4.8-debian-11-r14 (#40256)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
8b042b9119
commit
cf4edfdd13
|
|
@ -6,10 +6,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-07-04T19:31:28Z" \
|
||||
org.opencontainers.image.created="2023-07-07T19:52:30Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.4.8-debian-11-r13" \
|
||||
org.opencontainers.image.ref.name="3.4.8-debian-11-r14" \
|
||||
org.opencontainers.image.title="argo-workflow-exec" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.4.8"
|
||||
|
|
@ -24,7 +24,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl jq procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"kubectl-1.26.6-0-linux-${OS_ARCH}-debian-11" \
|
||||
"kubectl-1.26.6-1-linux-${OS_ARCH}-debian-11" \
|
||||
"argo-workflow-exec-3.4.8-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.26.6-0"
|
||||
"version": "1.26.6-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +1,2 @@
|
|||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue