2.4.1-debian-10-r24 release
This commit is contained in:
parent
1a330f035e
commit
c8ecad1602
|
|
@ -11,7 +11,7 @@ COPY prebuildfs /
|
|||
RUN install_packages acl ca-certificates curl gzip libc6 libgeoip1 libpcre3 libssl1.1 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.21.5-1" --checksum 44098a9c9231cb790aaf93d572d2b4c4cab3858f9a8d273dbb04e9037b34ede0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-5" --checksum 9e312b4a7e16a55d08e67c4fd69c91000e4dcc4af149d59915c49375b83852af
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor" "2.4.1-1" --checksum 5979ef268cfb68dea12735875ddee53b99de55f7a2e9fc0672a24eb3b90cb0db
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor" "2.4.1-2" --checksum b02fdea8c3c98f7f5b87ade014c1dcc92a4a0f76a4d22fe8e3fb1bf1caf792a7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log
|
||||
|
|
@ -21,7 +21,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/harbor-portal/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="harbor-portal" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r23" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r24" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
PATH="/opt/bitnami/nginx/sbin:/opt/bitnami/common/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"harbor": {
|
||||
"arch": "amd64",
|
||||
"digest": "5979ef268cfb68dea12735875ddee53b99de55f7a2e9fc0672a24eb3b90cb0db",
|
||||
"digest": "b02fdea8c3c98f7f5b87ade014c1dcc92a4a0f76a4d22fe8e3fb1bf1caf792a7",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.1-1"
|
||||
"version": "2.4.1-2"
|
||||
},
|
||||
"nginx": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r23`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/2.4.1-debian-10-r23/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r24`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/2.4.1-debian-10-r24/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue