2.2.1-debian-10-r0 release
This commit is contained in:
parent
2617e129eb
commit
f0a351c24b
|
|
@ -11,14 +11,14 @@ COPY prebuildfs /
|
|||
RUN install_packages acl ca-certificates curl gzip libc6 procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.0-3" --checksum 7521d9a4f9e4e182bf32977e234026caa7b03759799868335bccb1edd8f8fd12
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.3.0-2" --checksum d89528e5d733f34ae030984584659ff10a36370d40332bd8d41c047764d39cda
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-core" "2.2.0-0" --checksum 45c2badf234b5fbf6462d35f2889ba0a10ebc599d71a436d0d40e42a7a8e1f9b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-core" "2.2.1-0" --checksum f04815ed696448be2d326dd9f3bae4b16c7885e969c5a396cb94fb2d179372c5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-core/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="harbor-core" \
|
||||
BITNAMI_IMAGE_VERSION="2.2.0-debian-10-r29" \
|
||||
BITNAMI_IMAGE_VERSION="2.2.1-debian-10-r0" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/harbor-core/bin:$PATH"
|
||||
|
||||
VOLUME [ "/data", "/etc/core" ]
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"harbor-core": {
|
||||
"arch": "amd64",
|
||||
"digest": "45c2badf234b5fbf6462d35f2889ba0a10ebc599d71a436d0d40e42a7a8e1f9b",
|
||||
"digest": "f04815ed696448be2d326dd9f3bae4b16c7885e969c5a396cb94fb2d179372c5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.2.0-0"
|
||||
"version": "2.2.1-0"
|
||||
},
|
||||
"ini-file": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,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-r29`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-core/blob/2.2.0-debian-10-r29/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-core/blob/2.2.1-debian-10-r0/2/debian-10/Dockerfile)
|
||||
|
||||
# Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue