2.5.2-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-07-01 00:27:48 +00:00 committed by Bitnami Containers
parent 71344cdadb
commit b25cf4f170
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-registry" "2.5.1-150" --checksum a8b7aaa1012864723deea2e14702d9b7c0126d1e6f899ae78c2a38437492a791
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-registry" "2.5.2-0" --checksum 3fa2fc6e552c05e302659599a842789a3a092a28d01750f16ac91581174125e2
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
@ -16,7 +16,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/harbor-registry/postunpack.sh
ENV APP_VERSION="2.5.1" \
ENV APP_VERSION="2.5.2" \
BITNAMI_APP_NAME="harbor-registry" \
PATH="/opt/bitnami/harbor-registry/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -8,9 +8,9 @@
},
"harbor-registry": {
"arch": "amd64",
"digest": "a8b7aaa1012864723deea2e14702d9b7c0126d1e6f899ae78c2a38437492a791",
"digest": "3fa2fc6e552c05e302659599a842789a3a092a28d01750f16ac91581174125e2",
"distro": "debian-11",
"type": "NAMI",
"version": "2.5.1-150"
"version": "2.5.2-0"
}
}

View File

@ -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-registry/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-registry/blob/2.5.2-debian-11-r0/2/debian-11/Dockerfile)
## Configuration