0.5.9-rhel-7-r0 release

This commit is contained in:
Bitnami Bot
2019-01-28 16:35:30 +00:00
parent 5ea599d17f
commit bb3aefa079
3 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
FROM registry.rhc4tp.openshift.com/bitnami/rhel-extras-7:latest
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages ca-certificates wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/external-dns-0.5.9-0-linux-x86_64-rhel-7.tar.gz && \
echo "59b80a7a6c68c0a541a2c074e0350254b1f95ede8b819faff9e9cf64966a8fc1 /tmp/bitnami/pkg/cache/external-dns-0.5.9-0-linux-x86_64-rhel-7.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/external-dns-0.5.9-0-linux-x86_64-rhel-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/external-dns-0.5.9-0-linux-x86_64-rhel-7.tar.gz
ENV BITNAMI_APP_NAME="external-dns" \
BITNAMI_IMAGE_VERSION="0.5.9-rhel-7-r0" \
BITNAMI_PKG_CHMOD="-R g+rwX" \
HOME="/" \
NAMI_PREFIX="/.nami" \
PATH="/opt/bitnami/external-dns/bin:$PATH"
EXPOSE 7979
WORKDIR /opt/bitnami/external-dns
USER 1001
ENTRYPOINT [ "external-dns" ]

View File

@@ -0,0 +1,7 @@
version: '2'
services:
external-dns:
image: bitnami/external-dns:0-rhel-7
ports:
- '7979:7979'

View File

@@ -41,7 +41,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`0-debian-9`, `0.5.10-debian-9-r0`, `0`, `0.5.10`, `0.5.10-r0`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.5.10-debian-9-r0/0/debian-9/Dockerfile)
* [`0-rhel-7`, `0.0.0-rhel-7-r0` (0/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.0.0-rhel-7-r0/0/rhel-7/Dockerfile)
* [`0-rhel-7`, `0.5.9-rhel-7-r0` (0/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-external-dns/blob/0.5.9-rhel-7-r0/0/rhel-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/external-dns GitHub repo](https://github.com/bitnami/bitnami-docker-external-dns).