mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 15:27:48 +08:00
[bitnami/external-dns] Release 0.12.2-debian-11-r12 (#4550)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ENV HOME="/" \
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="0.12.2-debian-11-r11" \
|
||||
org.opencontainers.image.ref.name="0.12.2-debian-11-r12" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/external-dns" \
|
||||
org.opencontainers.image.title="external-dns" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -17,10 +17,12 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip procps tar
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/external-dns-0.12.2-1-linux-amd64-debian-11.tar.gz -o external-dns-0.12.2-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "e6c0f50281b8d42c5923dde9a93abcc8a5b0f0dc6d121263e72152276b050a55 external-dns-0.12.2-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf external-dns-0.12.2-1-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf external-dns-0.12.2-1-linux-amd64-debian-11.tar.gz
|
||||
if [ ! -f external-dns-0.12.2-2-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/external-dns-0.12.2-2-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "184e258e6dd59910322cb813ccffdb28671d270408e422209d6e311f9171cbc0 external-dns-0.12.2-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf external-dns-0.12.2-2-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf external-dns-0.12.2-2-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
Reference in New Issue
Block a user