1.8.2-debian-9-r24 release
This commit is contained in:
parent
abb8b1279d
commit
dc9341aff7
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras-base:stretch-r359
|
||||
FROM bitnami/minideb-extras-base:stretch-r360
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -19,7 +19,7 @@ COPY rootfs /
|
|||
RUN /postunpack.sh
|
||||
RUN /postunpack-harbor-portal.sh
|
||||
ENV BITNAMI_APP_NAME="harbor-portal" \
|
||||
BITNAMI_IMAGE_VERSION="1.8.2-debian-9-r23" \
|
||||
BITNAMI_IMAGE_VERSION="1.8.2-debian-9-r24" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/nginx/sbin:/opt/bitnami/harbor/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ http {
|
|||
gzip_http_version 1.0;
|
||||
gzip_comp_level 2;
|
||||
gzip_proxied any;
|
||||
gzip_types text/plain text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript;
|
||||
gzip_types text/plain text/css application/javascript text/xml application/xml application/xml+rss;
|
||||
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
* [`1-centos-7`, `-centos-7-r0` (1/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/-centos-7-r0/1/centos-7/Dockerfile)
|
||||
* [`1-ol-7`, `1.8.2-ol-7-r33` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/1.8.2-ol-7-r33/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.8.2-debian-9-r23`, `1`, `1.8.2`, `1.8.2-r23`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/1.8.2-debian-9-r23/1/debian-9/Dockerfile)
|
||||
* [`1-debian-9`, `1.8.2-debian-9-r24`, `1`, `1.8.2`, `1.8.2-r24`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/1.8.2-debian-9-r24/1/debian-9/Dockerfile)
|
||||
|
||||
# Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue