mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 22:47:20 +08:00
2.5.3-debian-11-r1 release
This commit is contained in:
committed by
Bitnami Containers
parent
0981361cb4
commit
68443570de
@@ -8,7 +8,7 @@ COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# 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.5.3-0" --checksum 3aaa6d0a8b82c0fe1a055421d0c7747e5d45dcc21658493e325b4de73e04b7a7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-registry" "2.5.3-1" --checksum 8b0020570a03387caef1ec055dbe83d96ddba4c0ba90e48d8b4800d3ca82c943
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"harbor-registry": {
|
||||
"arch": "amd64",
|
||||
"digest": "3aaa6d0a8b82c0fe1a055421d0c7747e5d45dcc21658493e325b4de73e04b7a7",
|
||||
"digest": "8b0020570a03387caef1ec055dbe83d96ddba4c0ba90e48d8b4800d3ca82c943",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.5.3-0"
|
||||
"version": "2.5.3-1"
|
||||
}
|
||||
}
|
||||
@@ -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-11`, `2.5.3`, `2.5.3-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-registry/blob/2.5.3-debian-11-r0/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.5.3`, `2.5.3-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-registry/blob/2.5.3-debian-11-r1/2/debian-11/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user