0.11.0-debian-10-r1 release

This commit is contained in:
Bitnami Bot
2022-03-23 15:36:36 +00:00
parent 08057cde7b
commit 648ac46f82
3 changed files with 9 additions and 9 deletions

View File

@@ -9,17 +9,17 @@ 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-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 wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/external-dns-0.11.0-0-linux-amd64-debian-10.tar.gz && \
echo "2e15c9a8b228261d537f40a8373eeb766339baf198e29183d9bea2170ece20f9 /tmp/bitnami/pkg/cache/external-dns-0.11.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/external-dns-0.11.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/external-dns-0.11.0-0-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 APP_VERSION="0.10.2" \
ENV APP_VERSION="0.11.0" \
BITNAMI_APP_NAME="external-dns" \
BITNAMI_IMAGE_VERSION="0.10.2-debian-10-r95" \
BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r1" \
PATH="/opt/bitnami/external-dns/bin:$PATH"
EXPOSE 7979

View File

@@ -1,9 +1,9 @@
{
"external-dns": {
"arch": "amd64",
"digest": "435dcf6de61ba510efbfd022e90fc9fc698e41db1c7021ee2d848fcf7bb69c58",
"digest": "2e15c9a8b228261d537f40a8373eeb766339baf198e29183d9bea2170ece20f9",
"distro": "debian-10",
"type": "NAMI",
"version": "0.10.2-34"
"version": "0.11.0-0"
}
}