1.9.3-debian-9-r0 release
This commit is contained in:
parent
c58995c5ef
commit
566c750d20
|
|
@ -10,7 +10,7 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages libc6 libgeoip1 libpcre3 libssl1.1 zlib1g
|
||||
RUN . ./libcomponent.sh && component_unpack "nginx" "1.16.1-2" --checksum 9d8592ed4d88b4b6d3d6480a63f39edecb1dc79bead112849717f8243a488b9a
|
||||
RUN . ./libcomponent.sh && component_unpack "harbor" "1.9.2-0" --checksum f189e6a5791aa545cddeb7543a157d7e53699778a5e3d0e556137e38547e32cb
|
||||
RUN . ./libcomponent.sh && component_unpack "harbor" "1.9.3-0" --checksum d3e8068456d4d53b0158e6835a9192bc663bcae352cc8af0917c1f6391aa12d6
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log
|
||||
RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
|
||||
RUN chmod -R g+rwX /opt/bitnami/nginx/conf
|
||||
|
|
@ -19,7 +19,7 @@ COPY rootfs /
|
|||
RUN /postunpack.sh
|
||||
RUN /postunpack-harbor-portal.sh
|
||||
ENV BITNAMI_APP_NAME="harbor-portal" \
|
||||
BITNAMI_IMAGE_VERSION="1.9.2-debian-9-r0" \
|
||||
BITNAMI_IMAGE_VERSION="1.9.3-debian-9-r0" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/nginx/sbin:/opt/bitnami/harbor/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
* [`1-ol-7`, `1.9.3-ol-7-r0` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/1.9.3-ol-7-r0/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.9.3-debian-9-r0`, `1`, `1.9.3`, `1.9.3-r0`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/1.9.3-debian-9-r0/1/debian-9/Dockerfile)
|
||||
* [`1-centos-7`, `1.9.2-centos-7-r0` (1/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/1.9.2-centos-7-r0/1/centos-7/Dockerfile)
|
||||
* [`1-centos-7`, `1.9.3-centos-7-r0` (1/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/1.9.3-centos-7-r0/1/centos-7/Dockerfile)
|
||||
|
||||
# Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue