2.2.1-debian-10-r0 release
This commit is contained in:
parent
8dc8747ffe
commit
8c06de1013
|
|
@ -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.19.8-0" --checksum c15343dede5342159612a674786c27c867d7c45678eea99faba8d1fca4cc5064
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor" "2.2.0-0" --checksum cd96a31970cd327b3ea1ccd2314917fd903fa395cb78e288e8d162ec113b3e6d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor" "2.2.1-0" --checksum 4c78d3a8d039fdc1a6818ca8467e96bd178c8c4750205ff4e4e0e2df03c1acf7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
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.2.0-debian-10-r17" \
|
||||
BITNAMI_IMAGE_VERSION="2.2.1-debian-10-r0" \
|
||||
NGINX_ENABLE_CUSTOM_PORTS="no" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"harbor": {
|
||||
"arch": "amd64",
|
||||
"digest": "cd96a31970cd327b3ea1ccd2314917fd903fa395cb78e288e8d162ec113b3e6d",
|
||||
"digest": "4c78d3a8d039fdc1a6818ca8467e96bd178c8c4750205ff4e4e0e2df03c1acf7",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.2.0-0"
|
||||
"version": "2.2.1-0"
|
||||
},
|
||||
"nginx": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -40,7 +40,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.2.0`, `2.2.0-debian-10-r17`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/2.2.0-debian-10-r17/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.2.1`, `2.2.1-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/2.2.1-debian-10-r0/2/debian-10/Dockerfile)
|
||||
|
||||
# Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue