mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
2.3.3-debian-10-r0 release
This commit is contained in:
@@ -9,16 +9,16 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-registry" "2.3.2-0" --checksum 3c7c05ad5d736b1ef11ec0de59e129fcbc5aefb804a79fd27fe66aca7469ae20
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-registry" "2.3.3-0" --checksum 481e500b5639fa113bfe16ac36b72aec76f8ff4525573fa9408604247d3c85c9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.13.2-0" --checksum 92356ab39f3233604478ffaf639429461d00a66d63ad42ec0a8d29f2bea43193
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-registryctl" "2.3.2-0" --checksum ef6a01890212199d37062e184bb4e0a65a30ff078fc0c706ba4c851a8bac045b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-registryctl" "2.3.3-0" --checksum 024b0a5a3a35bd356bc40ca900b78c1d806077868e27883c3d8848c81f4b5c77
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-registryctl/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="harbor-registryctl" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.2-debian-10-r35" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.3-debian-10-r0" \
|
||||
PATH="/opt/bitnami/harbor-registry/bin:/opt/bitnami/common/bin:/opt/bitnami/harbor-registryctl/bin:$PATH"
|
||||
|
||||
VOLUME [ "/etc/registry", "/etc/registryctl", "/storage", "/var/lib/registry" ]
|
||||
|
||||
@@ -8,17 +8,17 @@
|
||||
},
|
||||
"harbor-registry": {
|
||||
"arch": "amd64",
|
||||
"digest": "3c7c05ad5d736b1ef11ec0de59e129fcbc5aefb804a79fd27fe66aca7469ae20",
|
||||
"digest": "481e500b5639fa113bfe16ac36b72aec76f8ff4525573fa9408604247d3c85c9",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.3.2-0"
|
||||
"version": "2.3.3-0"
|
||||
},
|
||||
"harbor-registryctl": {
|
||||
"arch": "amd64",
|
||||
"digest": "ef6a01890212199d37062e184bb4e0a65a30ff078fc0c706ba4c851a8bac045b",
|
||||
"digest": "024b0a5a3a35bd356bc40ca900b78c1d806077868e27883c3d8848c81f4b5c77",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.3.2-0"
|
||||
"version": "2.3.3-0"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -42,7 +42,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.3.2`, `2.3.2-debian-10-r35`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-registryctl/blob/2.3.2-debian-10-r35/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.3.3`, `2.3.3-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-registryctl/blob/2.3.3-debian-10-r0/2/debian-10/Dockerfile)
|
||||
|
||||
# Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user