[bitnami/argo-workflow-controller] Release 3.4.3-scratch-r0 (#12024)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
cbd736242d
commit
be9d0b2f24
|
|
@ -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.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"argo-workflow-controller-3.4.3-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.2-scratch-r0" \
|
||||
org.opencontainers.image.ref.name="3.4.3-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.2"
|
||||
org.opencontainers.image.version="3.4.3"
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"argo-workflow-controller": {
|
||||
"arch": "amd64",
|
||||
"digest": "265982aef8462f5c4e03dfcb6beee697458238a91c1f3be7c9fb252cf845c93b",
|
||||
"digest": "29c6f1bdea4e93fa4170676a7ff0a2aae1ab6d0490d7ff1a77bfc13dbed23304",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.4.2-0"
|
||||
"version": "3.4.3-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "3"
|
||||
- "3-scratch"
|
||||
- "3.4.2"
|
||||
- "3.4.3"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue