mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 16:07:15 +08:00
[bitnami/external-dns] Release 0.12.2-debian-11-r0 (#935)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -8,15 +8,15 @@ COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# 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.12.1-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "7033df14ab250855c75eb2835caff6e408265ec4c8ea86f33bfcfea284168c1e /tmp/bitnami/pkg/cache/external-dns-0.12.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/external-dns-0.12.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/external-dns-0.12.1-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/external-dns-0.12.2-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "7c1160ccf10ab6507eb197a31dc7905e17b450d5c59b60b478d9e9aae019f91f /tmp/bitnami/pkg/cache/external-dns-0.12.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/external-dns-0.12.2-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/external-dns-0.12.2-0-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
|
||||
|
||||
ENV APP_VERSION="0.12.1" \
|
||||
ENV APP_VERSION="0.12.2" \
|
||||
BITNAMI_APP_NAME="external-dns" \
|
||||
PATH="/opt/bitnami/external-dns/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"external-dns": {
|
||||
"arch": "amd64",
|
||||
"digest": "7033df14ab250855c75eb2835caff6e408265ec4c8ea86f33bfcfea284168c1e",
|
||||
"digest": "7c1160ccf10ab6507eb197a31dc7905e17b450d5c59b60b478d9e9aae019f91f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.12.1-0"
|
||||
"version": "0.12.2-0"
|
||||
}
|
||||
}
|
||||
@@ -40,9 +40,9 @@ 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.1`, `0.12.1-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.12.1-debian-11-r0/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.12.2`, `0.12.2-debian-11-r0`, `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/external-dns GitHub repo](https://github.com/bitnami/bitnami-docker-external-dns).
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
## Configuration
|
||||
|
||||
@@ -50,17 +50,11 @@ For further documentation, please check [here](https://github.com/kubernetes-inc
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-external-dns/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-external-dns/pulls) with your contribution.
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
|
||||
## Issues
|
||||
|
||||
<!-- If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-external-dns/issues/new). For us to provide better support, be sure to include the following information in your issue: -->
|
||||
|
||||
- Host OS and version
|
||||
- Docker version (`docker version`)
|
||||
- Output of `docker info`
|
||||
- Version of this container
|
||||
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
|
||||
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template.
|
||||
|
||||
## License
|
||||
Copyright © 2022 Bitnami
|
||||
|
||||
Reference in New Issue
Block a user