mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
[bitnami/argo-workflow-controller] Release 3.4.4-scratch-r0 (#15348)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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-workflow-controller-3.4.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"argo-workflow-controller-3.4.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -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.3-scratch-r1" \
|
||||
org.opencontainers.image.ref.name="3.4.4-scratch-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-controller" \
|
||||
org.opencontainers.image.title="argo-workflow-controller" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.4.3"
|
||||
org.opencontainers.image.version="3.4.4"
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"argo-workflow-controller": {
|
||||
"arch": "amd64",
|
||||
"digest": "29c6f1bdea4e93fa4170676a7ff0a2aae1ab6d0490d7ff1a77bfc13dbed23304",
|
||||
"digest": "8beb5471f52d700751700abc39f83a288074c81c89e3fd6c3c57f18004081f6f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.4.3-0"
|
||||
"version": "3.4.4-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "3"
|
||||
- "3-scratch"
|
||||
- "3.4.3"
|
||||
- "3.4.4"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user