mirror of
https://github.com/bitnami/containers.git
synced 2026-02-21 15:27:23 +08:00
2.5.0-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
53373ede39
commit
bca2dca972
@@ -9,7 +9,7 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# 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.4.2-1" --checksum 0b1f2d087aae2c529541dcda9e28fa9061f4fe8507149e63cae7eef6780408dd
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-registry" "2.5.0-0" --checksum 285b263847d38ca3cc70ff4799e1dc6fffa5c9f302b01b18a15951475a61bd8a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-registry/postunpack.sh
|
||||
ENV APP_VERSION="2.4.2" \
|
||||
ENV APP_VERSION="2.5.0" \
|
||||
BITNAMI_APP_NAME="harbor-registry" \
|
||||
PATH="/opt/bitnami/harbor-registry/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"harbor-registry": {
|
||||
"arch": "amd64",
|
||||
"digest": "0b1f2d087aae2c529541dcda9e28fa9061f4fe8507149e63cae7eef6780408dd",
|
||||
"digest": "285b263847d38ca3cc70ff4799e1dc6fffa5c9f302b01b18a15951475a61bd8a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.2-1"
|
||||
"version": "2.5.0-0"
|
||||
}
|
||||
}
|
||||
@@ -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.2`, `2.4.2-debian-10-r23`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-registry/blob/2.4.2-debian-10-r23/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.5.0`, `2.5.0-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-registry/blob/2.5.0-debian-10-r0/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user