2.4.1-debian-10-r23 release

This commit is contained in:
Bitnami Bot 2022-01-11 12:18:12 +00:00
parent 7a3c8161af
commit 1a330f035e
3 changed files with 14 additions and 15 deletions

View File

@ -9,10 +9,10 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
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-0" --checksum e2c355bf9aacd333d1efd311aa016f412fe701aad136a981f6c5993a3d9bc82f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-4" --checksum 9b09b8c13e726569fd846abef20228b2e29de456805994e512f3b47f74cf742d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor" "2.4.1-0" --checksum 4e7679b8e4b2b4db24904bb064c724788c9d8fc287664e7d5c044644d6cc6228
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
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 "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
RUN chmod g+rwX /opt/bitnami
RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log
RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
@ -21,8 +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-r22" \
NGINX_ENABLE_CUSTOM_PORTS="no" \
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r23" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \
PATH="/opt/bitnami/nginx/sbin:/opt/bitnami/common/bin:$PATH"

View File

@ -1,30 +1,30 @@
{
"gosu": {
"arch": "amd64",
"digest": "3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e",
"digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-0"
"version": "1.14.0-1"
},
"harbor": {
"arch": "amd64",
"digest": "4e7679b8e4b2b4db24904bb064c724788c9d8fc287664e7d5c044644d6cc6228",
"digest": "5979ef268cfb68dea12735875ddee53b99de55f7a2e9fc0672a24eb3b90cb0db",
"distro": "debian-10",
"type": "NAMI",
"version": "2.4.1-0"
"version": "2.4.1-1"
},
"nginx": {
"arch": "amd64",
"digest": "e2c355bf9aacd333d1efd311aa016f412fe701aad136a981f6c5993a3d9bc82f",
"digest": "44098a9c9231cb790aaf93d572d2b4c4cab3858f9a8d273dbb04e9037b34ede0",
"distro": "debian-10",
"type": "NAMI",
"version": "1.21.5-0"
"version": "1.21.5-1"
},
"render-template": {
"arch": "amd64",
"digest": "9b09b8c13e726569fd846abef20228b2e29de456805994e512f3b47f74cf742d",
"digest": "9e312b4a7e16a55d08e67c4fd69c91000e4dcc4af149d59915c49375b83852af",
"distro": "debian-10",
"type": "NAMI",
"version": "1.0.1-4"
"version": "1.0.1-5"
}
}

View File

@ -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-r22`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/2.4.1-debian-10-r22/2/debian-10/Dockerfile)
* [`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)
## Configuration