mirror of
https://github.com/bitnami/containers.git
synced 2026-03-03 15:07:25 +08:00
1.14.0-r3-rhel-7 release
Internal packaging improvements
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/redhat-extras:7
|
||||
FROM bitnami/redhat-extras:7-r2
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
@@ -7,14 +7,14 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages glibc keyutils-libs krb5-libs libcom_err libselinux nss-softokn-freebl openssl-libs pcre zlib
|
||||
RUN bitnami-pkg unpack nginx-1.14.0-1 --checksum 321c5d593242cb9953232f275165994d10c0cf1e320d641d17dc5265481d6937
|
||||
RUN bitnami-pkg unpack nginx-1.14.0-1 --checksum db8267b62b4bcfe7caecdc10debb431d5792075f34b45ffa8a9e9d17fcdb694c
|
||||
RUN ln -sf /opt/bitnami/nginx/html /app
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/error.log
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="nginx" \
|
||||
BITNAMI_IMAGE_VERSION="1.14.0-r2" \
|
||||
BITNAMI_IMAGE_VERSION="1.14.0-r3" \
|
||||
NGINX_DAEMON_GROUP="" \
|
||||
NGINX_DAEMON_USER="" \
|
||||
NGINX_HTTPS_PORT_NUMBER="8443" \
|
||||
|
||||
@@ -2,7 +2,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: 'bitnami/nginx:1.14'
|
||||
image: 'bitnami/nginx:1.14-rhel-7'
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
ports:
|
||||
|
||||
@@ -31,7 +31,7 @@ $ docker-compose up -d
|
||||
|
||||
* [`1.14`, `1.14.0-r28`, `latest` (1.14/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.14.0-r28/1.14/Dockerfile)
|
||||
* [`1.14-ol-7`, `1.14.0-r4-ol-7` (1.14/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.14.0-r4-ol-7/1.14/ol-7/Dockerfile)
|
||||
* [`1.14-rhel-7`, `1.14.0-r2-rhel-7` (1.14/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.14.0-r2-rhel-7/1.14/rhel-7/Dockerfile)
|
||||
* [`1.14-rhel-7`, `1.14.0-r3-rhel-7` (1.14/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.14.0-r3-rhel-7/1.14/rhel-7/Dockerfile)
|
||||
|
||||
# Get this image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user