mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 16:07:15 +08:00
[bitnami/harbor-core] Release 2.6.0-debian-11-r5 (#4603)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ENV HOME="/" \
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.6.0-debian-11-r4" \
|
||||
org.opencontainers.image.ref.name="2.6.0-debian-11-r5" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/harbor-core" \
|
||||
org.opencontainers.image.title="harbor-core" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -18,7 +18,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
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-154" --checksum 74a09c2208af7316f32ee3ee8479d70b20ad54f1a989e84b6417e23c1f07c147
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.3-153" --checksum 4692a063a41c8382fbf1629f92bb91cc3064d50b25bddeb7e1b299c749e39afd
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-core" "2.6.0-1" --checksum 115cdf968bb9d1e558e4a39b0606a2d394e49ad351712cd146790962a908f645
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-core" "2.6.0-2" --checksum faf1c030e58e94bf8dd688c89336a3535f69f3604938fe2d8a2fbc569abbbace
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-154" --checksum e36c3d90f4fbfbe989f40947fa7c8ab817f12fcf97d3aef893c753a20ce976ab
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"harbor-core": {
|
||||
"arch": "amd64",
|
||||
"digest": "115cdf968bb9d1e558e4a39b0606a2d394e49ad351712cd146790962a908f645",
|
||||
"digest": "faf1c030e58e94bf8dd688c89336a3535f69f3604938fe2d8a2fbc569abbbace",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.0-1"
|
||||
"version": "2.6.0-2"
|
||||
},
|
||||
"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-11`, `2.6.0`, `2.6.0-debian-11-r4`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/harbor-core/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.6.0`, `2.6.0-debian-11-r5`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/harbor-core/2/debian-11/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user