2.4.1-debian-10-r41 release
This commit is contained in:
parent
0f229bf452
commit
c2274046a6
|
|
@ -11,7 +11,7 @@ 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.1-6" --checksum 845ff207415b5730cadd45aa3c757ca45a5c9e73bc54c24aa481ddca24eec35d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-3" --checksum 26f2ba99a02266d6f3857a3a11db7ed441d76a2fbc1066a17d4b0b17b047e01d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-core" "2.4.1-6" --checksum fcaf78b9b07b2fc7d9639f9c442b2860cddb0efa72709f7ab9bd1a49c4bb8d78
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-core" "2.4.1-7" --checksum e995dd6d62784ff5121223ec60e248441d8ed1d23915582564d7e84e84663007
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -20,7 +20,7 @@ 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.4.1-debian-10-r40" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r41" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/harbor-core/bin:$PATH"
|
||||
|
||||
VOLUME [ "/data", "/etc/core" ]
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"harbor-core": {
|
||||
"arch": "amd64",
|
||||
"digest": "fcaf78b9b07b2fc7d9639f9c442b2860cddb0efa72709f7ab9bd1a49c4bb8d78",
|
||||
"digest": "e995dd6d62784ff5121223ec60e248441d8ed1d23915582564d7e84e84663007",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.1-6"
|
||||
"version": "2.4.1-7"
|
||||
},
|
||||
"ini-file": {
|
||||
"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-r40`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-core/blob/2.4.1-debian-10-r40/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r41`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-core/blob/2.4.1-debian-10-r41/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue