[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:
parent
1bd40f9478
commit
c9fd02d1f5
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"external-dns": {
|
||||
"arch": "amd64",
|
||||
"digest": "e6c0f50281b8d42c5923dde9a93abcc8a5b0f0dc6d121263e72152276b050a55",
|
||||
"digest": "184e258e6dd59910322cb813ccffdb28671d270408e422209d6e311f9171cbc0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.12.2-1"
|
||||
"version": "0.12.2-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -40,7 +40,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`0`, `0-debian-11`, `0.12.2`, `0.12.2-debian-11-r11`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/external-dns/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.12.2`, `0.12.2-debian-11-r12`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/external-dns/0/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue