mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 07:47:15 +08:00
2.5.1-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
f434433ff0
commit
a1004f0436
@@ -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.3-0" --checksum 0603c8eaf6d24e76563431e36e512da06bfebb3a06ede31b3e84d9879213c162
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.3-0" --checksum 2c9ca79a0586a4ec64c66aceda27ebab1ea877dc63982203b5eb71150e00a5e9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-core" "2.5.0-1" --checksum d8159b56ecd24205980cf9fc0d627de389c993825451a775a19e533fa9272564
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-core" "2.5.1-0" --checksum c23fb9998b55e415224d72667260d666630fd50d0a438b0867910d94d0e07c03
|
||||
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
|
||||
@@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-core/postunpack.sh
|
||||
ENV APP_VERSION="2.5.0" \
|
||||
ENV APP_VERSION="2.5.1" \
|
||||
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": "d8159b56ecd24205980cf9fc0d627de389c993825451a775a19e533fa9272564",
|
||||
"digest": "c23fb9998b55e415224d72667260d666630fd50d0a438b0867910d94d0e07c03",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.5.0-1"
|
||||
"version": "2.5.1-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-10`, `2.5.0`, `2.5.0-debian-10-r49`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-core/blob/2.5.0-debian-10-r49/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.5.1`, `2.5.1-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-core/blob/2.5.1-debian-10-r0/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user