mirror of
https://github.com/bitnami/containers.git
synced 2026-03-17 14:57:40 +08:00
0.5.6-debian-9-r14 release
This commit is contained in:
@@ -13,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=buildenv /opt/bitnami/external-dns /opt/bitnami/external-dns
|
||||
ENV BITNAMI_APP_NAME="external-dns" \
|
||||
BITNAMI_IMAGE_VERSION="0.5.6-debian-9-r13" \
|
||||
BITNAMI_IMAGE_VERSION="0.5.6-debian-9-r14" \
|
||||
PATH="/opt/bitnami/external-dns/bin:$PATH"
|
||||
|
||||
RUN install_packages ca-certificates
|
||||
|
||||
@@ -22,6 +22,10 @@ $ docker run --name external-dns bitnami/external-dns:latest
|
||||
* Bitnami images are built on CircleCI and automatically pushed to the Docker Hub.
|
||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
|
||||
|
||||
# How to deploy ExternalDNS in Kubernetes?
|
||||
|
||||
Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami ExternalDNS Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/external-dns).
|
||||
|
||||
# Why use a non-root container?
|
||||
|
||||
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/containers/how-to/work-with-non-root-containers/).
|
||||
@@ -33,8 +37,8 @@ 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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`0-ol-7`, `0.5.6-ol-7-r12` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.5.6-ol-7-r12/0/ol-7/Dockerfile)
|
||||
* [`0-debian-9`, `0.5.6-debian-9-r13`, `0`, `0.5.6`, `0.5.6-r13`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.5.6-debian-9-r13/0/debian-9/Dockerfile)
|
||||
* [`0-ol-7`, `0.5.6-ol-7-r13` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.5.6-ol-7-r13/0/ol-7/Dockerfile)
|
||||
* [`0-debian-9`, `0.5.6-debian-9-r14`, `0`, `0.5.6`, `0.5.6-r14`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.5.6-debian-9-r14/0/debian-9/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