mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 08:37:21 +08:00
[bitnami/argo-workflow-cli] Release 3.4.10-debian-11-r0 (#45224)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -14,7 +14,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-workflows-3.4.9-1-linux-${OS_ARCH}-debian-11" \
|
||||
"argo-workflows-3.4.10-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -36,13 +36,13 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2023-08-16T21:03:14Z" \
|
||||
org.opencontainers.image.created="2023-08-19T08:41:08Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.4.9-debian-11-r13" \
|
||||
org.opencontainers.image.ref.name="3.4.10-debian-11-r0" \
|
||||
org.opencontainers.image.title="argo-workflow-cli" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.4.9"
|
||||
org.opencontainers.image.version="3.4.10"
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
@@ -50,7 +50,7 @@ COPY --from=builder /opt/bitnami/argo-workflows/hack/nsswitch.conf /etc/nsswitc
|
||||
COPY --from=builder /opt/bitnami/argo-workflows/bin/argo /argo
|
||||
COPY --from=builder /opt/bitnami/argo-workflows/hack/ssh_known_hosts /etc/ssh/ssh_known_hosts
|
||||
|
||||
ENV APP_VERSION="3.4.9" \
|
||||
ENV APP_VERSION="3.4.10" \
|
||||
BITNAMI_APP_NAME="argo-workflow-cli"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.4.9-1"
|
||||
"version": "3.4.10-1"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "3"
|
||||
- 3-debian-11
|
||||
- 3.4.9
|
||||
- 3.4.10
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user