[bitnami/external-dns] Release 0.13.3-debian-11-r3 (#27587)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
962fc6c377
commit
a4ba230d2d
|
|
@ -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-14T18:52:40Z" \
|
||||
org.opencontainers.image.created="2023-03-18T21:26:17Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.13.3-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="0.13.3-debian-11-r3" \
|
||||
org.opencontainers.image.title="external-dns" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.13.3"
|
||||
|
|
@ -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=( \
|
||||
"external-dns-0.13.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"external-dns-0.13.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"external-dns": {
|
||||
"arch": "amd64",
|
||||
"digest": "fe5e6bef7b5d523093b606d75c7c6d19ec8cfd9791d15b959b1b47080fbc2f86",
|
||||
"digest": "04bf59adb5768ede2ede5beb2b6573f817b900ea68f8ec52d31b50b4e299825a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.13.3-0"
|
||||
"version": "0.13.3-1"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue