[bitnami/fluxcd-image-automation-controller] Release 0.31.0-debian-11-r1 (#27590)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
ed779a0bee
commit
daf9c5f626
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-15T19:41:21Z" \
|
||||
org.opencontainers.image.created="2023-03-18T21:28:38Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.31.0-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="0.31.0-debian-11-r1" \
|
||||
org.opencontainers.image.title="fluxcd-image-automation-controller" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.31.0"
|
||||
|
|
@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"fluxcd-image-automation-controller-0.31.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"fluxcd-image-automation-controller-0.31.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"fluxcd-image-automation-controller": {
|
||||
"arch": "amd64",
|
||||
"digest": "c2c977cc98d02879c8adfa4968dac20b29e538563e5b3481bf5b76dc4d500c27",
|
||||
"digest": "b12276bb934e799dd76b0045ce4b8f31b1765f90b58185440ac6ef5d007d80ec",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.31.0-0"
|
||||
"version": "0.31.0-1"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue