[bitnami/argo-workflow-exec] Release 3.4.5-debian-11-r0 (#23194)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
9287c72098
commit
7dff038676
|
|
@ -5,11 +5,11 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.4.4-debian-11-r23" \
|
||||
org.opencontainers.image.ref.name="3.4.5-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-exec" \
|
||||
org.opencontainers.image.title="argo-workflow-exec" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.4.4"
|
||||
org.opencontainers.image.version="3.4.5"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
|
|
@ -23,7 +23,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"kubectl-1.26.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"argo-workflow-exec-3.4.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
"argo-workflow-exec-3.4.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -40,7 +40,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/argo-workflow-exec/postunpack.sh
|
||||
ENV APP_VERSION="3.4.4" \
|
||||
ENV APP_VERSION="3.4.5" \
|
||||
BITNAMI_APP_NAME="argo-workflow-exec" \
|
||||
PATH="/opt/bitnami/kubectl/bin:/opt/bitnami/common/bin:/opt/bitnami/argo-workflow-exec/bin:/opt/bitnami/argo-workflow-exec/hack:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"argo-workflow-exec": {
|
||||
"arch": "amd64",
|
||||
"digest": "047577e111c8c7a79a1fa4c56d5f9e91cef7c6112777c4833294a8fd2a807370",
|
||||
"digest": "87bb766f4d535ae766a6f4749ceb7983545803303ce42a69a1eaf37353936796",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.4.4-1"
|
||||
"version": "3.4.5-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/nami/COPYING
|
||||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "3"
|
||||
- "3-debian-11"
|
||||
- "3.4.4"
|
||||
- "3.4.5"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue