mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 07:29:11 +08:00
2.4.1-debian-10-r63 release
This commit is contained in:
@@ -12,7 +12,7 @@ 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 "yq" "4.20.1-2" --checksum 5a5d183286140781203d11d468d4f84371c5808ee86471c7ee445f8d3cef0eb6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-registryctl" "2.4.1-8" --checksum bc3a68a4a996fe01c9a3fde60477db4f716e0ae3fed1d979d61e9d17fed15626
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
|
||||
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
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -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-r62" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r63" \
|
||||
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" ]
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-5"
|
||||
"version": "1.14.0-6"
|
||||
},
|
||||
"harbor-registry": {
|
||||
"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-r62`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-registryctl/blob/2.4.1-debian-10-r62/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r63`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-registryctl/blob/2.4.1-debian-10-r63/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user