mirror of
https://github.com/bitnami/containers.git
synced 2026-02-28 07:27:31 +08:00
0.10.1-debian-10-r0 release
This commit is contained in:
@@ -9,14 +9,14 @@ 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.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "530cd01b34e7c92b068c46f4647ef2b2d1a984349eb955539e6eabe1edf855a8 /tmp/bitnami/pkg/cache/external-dns-0.10.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/external-dns-0.10.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.10.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/external-dns-0.10.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b815a55b0649f5e6d4b715f958dddc64a5832306972028f2f652ff9e987840e4 /tmp/bitnami/pkg/cache/external-dns-0.10.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/external-dns-0.10.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/external-dns-0.10.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="external-dns" \
|
||||
BITNAMI_IMAGE_VERSION="0.10.0-debian-10-r15" \
|
||||
BITNAMI_IMAGE_VERSION="0.10.1-debian-10-r0" \
|
||||
PATH="/opt/bitnami/external-dns/bin:$PATH"
|
||||
|
||||
EXPOSE 7979
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"external-dns": {
|
||||
"arch": "amd64",
|
||||
"digest": "530cd01b34e7c92b068c46f4647ef2b2d1a984349eb955539e6eabe1edf855a8",
|
||||
"digest": "b815a55b0649f5e6d4b715f958dddc64a5832306972028f2f652ff9e987840e4",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.10.0-0"
|
||||
"version": "0.10.1-0"
|
||||
}
|
||||
}
|
||||
@@ -39,7 +39,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.0`, `0.10.0-debian-10-r15`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.10.0-debian-10-r15/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.10.1`, `0.10.1-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.10.1-debian-10-r0/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/external-dns GitHub repo](https://github.com/bitnami/bitnami-docker-external-dns).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user