mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
0.5.4-ol-7-r15 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/oraclelinux-extras:7-r58 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r61 as buildenv
|
||||
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/external-dns-0.5.4-0-linux-x86_64-ol-7.tar.gz && \
|
||||
@@ -8,12 +8,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
|
||||
##################
|
||||
|
||||
FROM bitnami/oraclelinux-extras:7-r58
|
||||
FROM bitnami/oraclelinux-extras:7-r61
|
||||
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.4-ol-7-r14" \
|
||||
BITNAMI_IMAGE_VERSION="0.5.4-ol-7-r15" \
|
||||
PATH="/opt/bitnami/external-dns/bin:$PATH"
|
||||
|
||||
RUN install_packages ca-certificates
|
||||
|
||||
@@ -27,7 +27,7 @@ $ docker run --name external-dns bitnami/external-dns:latest
|
||||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
|
||||
* [`0-ol-7`, `0.5.4-ol-7-r14` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.5.4-ol-7-r14/0/ol-7/Dockerfile)
|
||||
* [`0-ol-7`, `0.5.4-ol-7-r15` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.5.4-ol-7-r15/0/ol-7/Dockerfile)
|
||||
* [`0-debian-9`, `0.5.4-debian-9-r19`, `0`, `0.5.4`, `0.5.4-r19`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.5.4-debian-9-r19/0/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