0.10.2-debian-10-r56 release

This commit is contained in:
Bitnami Bot
2022-02-09 11:03:01 +00:00
parent 6afd61b76a
commit d75cf33b97
3 changed files with 8 additions and 8 deletions

View File

@@ -9,16 +9,16 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/external-dns-0.10.2-2-linux-amd64-debian-10.tar.gz && \
echo "8e1a3cf8bad75d359317ae611bd7776911793c53a6419610015b4252707c99fc /tmp/bitnami/pkg/cache/external-dns-0.10.2-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/external-dns-0.10.2-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/external-dns-0.10.2-2-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/external-dns-0.10.2-30-linux-amd64-debian-10.tar.gz && \
echo "b453492ee077fbe824acdfc9d4b2e40ec28aa02654e2a9c9403a08125fdcbe84 /tmp/bitnami/pkg/cache/external-dns-0.10.2-30-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/external-dns-0.10.2-30-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/external-dns-0.10.2-30-linux-amd64-debian-10.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
ENV BITNAMI_APP_NAME="external-dns" \
BITNAMI_IMAGE_VERSION="0.10.2-debian-10-r55" \
BITNAMI_IMAGE_VERSION="0.10.2-debian-10-r56" \
PATH="/opt/bitnami/external-dns/bin:$PATH"
EXPOSE 7979

View File

@@ -1,9 +1,9 @@
{
"external-dns": {
"arch": "amd64",
"digest": "8e1a3cf8bad75d359317ae611bd7776911793c53a6419610015b4252707c99fc",
"digest": "b453492ee077fbe824acdfc9d4b2e40ec28aa02654e2a9c9403a08125fdcbe84",
"distro": "debian-10",
"type": "NAMI",
"version": "0.10.2-2"
"version": "0.10.2-30"
}
}

View File

@@ -43,7 +43,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-10`, `0.10.2`, `0.10.2-debian-10-r55`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.10.2-debian-10-r55/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.10.2`, `0.10.2-debian-10-r56`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.10.2-debian-10-r56/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/external-dns GitHub repo](https://github.com/bitnami/bitnami-docker-external-dns).