0.10.2-debian-10-r74 release
This commit is contained in:
parent
34e3d0e19a
commit
91fa1a4ba4
|
|
@ -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-33-linux-amd64-debian-10.tar.gz && \
|
||||
echo "a24265726654ae3cb511c0de4930c637cdcd94c8da23c10129cc1256aae0015b /tmp/bitnami/pkg/cache/external-dns-0.10.2-33-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/external-dns-0.10.2-33-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-33-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-34-linux-amd64-debian-10.tar.gz && \
|
||||
echo "435dcf6de61ba510efbfd022e90fc9fc698e41db1c7021ee2d848fcf7bb69c58 /tmp/bitnami/pkg/cache/external-dns-0.10.2-34-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/external-dns-0.10.2-34-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-34-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-r73" \
|
||||
BITNAMI_IMAGE_VERSION="0.10.2-debian-10-r74" \
|
||||
PATH="/opt/bitnami/external-dns/bin:$PATH"
|
||||
|
||||
EXPOSE 7979
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"external-dns": {
|
||||
"arch": "amd64",
|
||||
"digest": "a24265726654ae3cb511c0de4930c637cdcd94c8da23c10129cc1256aae0015b",
|
||||
"digest": "435dcf6de61ba510efbfd022e90fc9fc698e41db1c7021ee2d848fcf7bb69c58",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.10.2-33"
|
||||
"version": "0.10.2-34"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r73`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.10.2-debian-10-r73/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.10.2`, `0.10.2-debian-10-r74`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.10.2-debian-10-r74/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/external-dns GitHub repo](https://github.com/bitnami/bitnami-docker-external-dns).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue