mirror of
https://github.com/bitnami/containers.git
synced 2026-02-27 15:07:25 +08:00
2.4.1-debian-10-r67 release
This commit is contained in:
@@ -9,9 +9,9 @@ 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.4.1-33" --checksum 3fab41220e87a5223cb5ca9eec8caa572b7e808aa504198a91408b024b9ac0d5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-registry" "2.4.1-34" --checksum 0ae4f421097f0288ba398b777d7b74cea4b8327eaab4297203b6518f77555b1f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.20.2-0" --checksum cf127534dd75da82d58377bfd0d84f47fe1760830336a44365372805e48fe343
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-registryctl" "2.4.1-8" --checksum bc3a68a4a996fe01c9a3fde60477db4f716e0ae3fed1d979d61e9d17fed15626
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-registryctl" "2.4.1-9" --checksum 3d3d3ee3a272f6aed829136cddfa536ba2775a3f76c91eae8dcad5e0e0ef453e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -20,7 +20,7 @@ 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.4.1-debian-10-r66" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r67" \
|
||||
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": "3fab41220e87a5223cb5ca9eec8caa572b7e808aa504198a91408b024b9ac0d5",
|
||||
"digest": "0ae4f421097f0288ba398b777d7b74cea4b8327eaab4297203b6518f77555b1f",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.1-33"
|
||||
"version": "2.4.1-34"
|
||||
},
|
||||
"harbor-registryctl": {
|
||||
"arch": "amd64",
|
||||
"digest": "bc3a68a4a996fe01c9a3fde60477db4f716e0ae3fed1d979d61e9d17fed15626",
|
||||
"digest": "3d3d3ee3a272f6aed829136cddfa536ba2775a3f76c91eae8dcad5e0e0ef453e",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.1-8"
|
||||
"version": "2.4.1-9"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -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.1`, `2.4.1-debian-10-r66`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-registryctl/blob/2.4.1-debian-10-r66/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r67`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-registryctl/blob/2.4.1-debian-10-r67/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user