2.5.2-debian-11-r0 release
This commit is contained in:
parent
1205dc9d8b
commit
c3c814e20c
|
|
@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages acl ca-certificates curl gzip libc6 procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-150" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.3-150" --checksum ef1f6d1ca9e4873f82cf5037078b55524596ca2755262948f23571767bfd4101
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-core" "2.5.1-150" --checksum 74581cf03e13bc649cff6bd30089a77a82623e055850f92fb210884532adcef7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-core" "2.5.2-0" --checksum f2781b7786fd524a6bbda957c9ccd57b49fca72d7ea010d448d88fdbf7696b4b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-core/postunpack.sh
|
||||
ENV APP_VERSION="2.5.1" \
|
||||
ENV APP_VERSION="2.5.2" \
|
||||
BITNAMI_APP_NAME="harbor-core" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/harbor-core/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"harbor-core": {
|
||||
"arch": "amd64",
|
||||
"digest": "74581cf03e13bc649cff6bd30089a77a82623e055850f92fb210884532adcef7",
|
||||
"digest": "f2781b7786fd524a6bbda957c9ccd57b49fca72d7ea010d448d88fdbf7696b4b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.5.1-150"
|
||||
"version": "2.5.2-0"
|
||||
},
|
||||
"ini-file": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,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-11`, `2.5.1`, `2.5.1-debian-11-r10`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-core/blob/2.5.1-debian-11-r10/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.5.2`, `2.5.2-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-core/blob/2.5.2-debian-11-r0/2/debian-11/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue