Skip to content

Commit f3aa387

Browse files
author
Bitnami Bot
authored
[bitnami/argo-workflow-cli] Release argo-workflow-cli-3.6.5-debian-12-r0 (#78672)
Signed-off-by: Bitnami Bot <[email protected]>
1 parent d901c3c commit f3aa387

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bitnami/argo-workflow-cli/3/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
1515
RUN install_packages ca-certificates curl
1616
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
1717
COMPONENTS=( \
18-
"argo-workflows-3.6.4-2-linux-${OS_ARCH}-debian-12" \
18+
"argo-workflows-3.6.5-0-linux-${OS_ARCH}-debian-12" \
1919
) ; \
2020
for COMPONENT in "${COMPONENTS[@]}"; do \
2121
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -38,13 +38,13 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
3838

3939
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
4040
org.opencontainers.image.base.name="scratch" \
41-
org.opencontainers.image.created="2025-03-04T21:24:30Z" \
41+
org.opencontainers.image.created="2025-03-11T11:34:47Z" \
4242
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
4343
org.opencontainers.image.licenses="Apache-2.0" \
44-
org.opencontainers.image.ref.name="3.6.4-debian-12-r3" \
44+
org.opencontainers.image.ref.name="3.6.5-debian-12-r0" \
4545
org.opencontainers.image.title="argo-workflow-cli" \
4646
org.opencontainers.image.vendor="Broadcom, Inc." \
47-
org.opencontainers.image.version="3.6.4"
47+
org.opencontainers.image.version="3.6.5"
4848

4949
COPY rootfs /
5050
COPY --from=builder /opt/bitnami/argo-workflows/hack/nsswitch.conf /etc/nsswitch.conf
@@ -53,7 +53,7 @@ COPY --from=builder /opt/bitnami/argo-workflows/hack/ssh_known_hosts /etc/ssh/ss
5353
COPY --from=builder /opt/bitnami/argo-workflows/.spdx-argo-workflows.spdx /opt/bitnami/argo-workflows/.spdx-argo-workflows.spdx
5454
COPY --from=builder /opt/bitnami/argo-workflows/licenses /opt/bitnami/argo-workflows/licenses
5555

56-
ENV APP_VERSION="3.6.4" \
56+
ENV APP_VERSION="3.6.5" \
5757
BITNAMI_APP_NAME="argo-workflow-cli"
5858

5959
USER 1001

bitnami/argo-workflow-cli/3/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"arch": "amd64",
44
"distro": "debian-12",
55
"type": "NAMI",
6-
"version": "3.6.4-2"
6+
"version": "3.6.5-0"
77
}
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rolling-tags:
22
- "3"
33
- 3-debian-12
4-
- 3.6.4
4+
- 3.6.5
55
- latest

0 commit comments

Comments
 (0)