mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 15:27:48 +08:00
[bitnami/external-dns] Release 0.13.2-debian-11-r0 (#20240)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ ARG TARGETARCH
|
|||||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.licenses="Apache-2.0" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
org.opencontainers.image.ref.name="0.13.1-debian-11-r28" \
|
org.opencontainers.image.ref.name="0.13.2-debian-11-r0" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/external-dns" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/external-dns" \
|
||||||
org.opencontainers.image.title="external-dns" \
|
org.opencontainers.image.title="external-dns" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="0.13.1"
|
org.opencontainers.image.version="0.13.2"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||||||
RUN install_packages ca-certificates curl procps
|
RUN install_packages ca-certificates curl procps
|
||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"external-dns-0.13.1-0-linux-${OS_ARCH}-debian-11" \
|
"external-dns-0.13.2-0-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
|
|
||||||
ENV APP_VERSION="0.13.1" \
|
ENV APP_VERSION="0.13.2" \
|
||||||
BITNAMI_APP_NAME="external-dns" \
|
BITNAMI_APP_NAME="external-dns" \
|
||||||
PATH="/opt/bitnami/external-dns/bin:$PATH"
|
PATH="/opt/bitnami/external-dns/bin:$PATH"
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"external-dns": {
|
"external-dns": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "013df22e1591d36ddf5381d47ed7eac329a66e9e89d8af0157bff47f554e7a96",
|
"digest": "1342880785190da1e97b0128fcbcc944fb6b6d8468de0447a1d41884c4792b76",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "0.13.1-0"
|
"version": "0.13.2-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "0"
|
- "0"
|
||||||
- "0-debian-11"
|
- "0-debian-11"
|
||||||
- "0.13.1"
|
- "0.13.2"
|
||||||
- "latest"
|
- "latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user