mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
[bitnami/harbor-registryctl] Release 2.7.0-debian-11-r12 (#20664)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,7 +5,7 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.7.0-debian-11-r11" \
|
||||
org.opencontainers.image.ref.name="2.7.0-debian-11-r12" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl" \
|
||||
org.opencontainers.image.title="harbor-registryctl" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -22,10 +22,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"yq-4.30.8-0-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-registry-2.7.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-registryctl-2.7.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"yq-4.30.8-1-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-registry-2.7.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-registryctl-2.7.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "c42abbc5d57ba4c33c89e4daf46c33b0173565fbf533ef7a60281cf3283f611f",
|
||||
"digest": "9ab9654690d90d3c49ff66fb1eb286487e318adc899d036bc45922f6b176865b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.16.0-0"
|
||||
"version": "1.16.0-1"
|
||||
},
|
||||
"harbor-registry": {
|
||||
"arch": "amd64",
|
||||
"digest": "44eae45d7a9c3e36caef5c490078dc59cc2f01ca21b21d5e4fb51fdc03765780",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.0-0"
|
||||
},
|
||||
"harbor-registryctl": {
|
||||
"arch": "amd64",
|
||||
"digest": "4e3c79a67839b655e16bc3010e5474d1e53951a5601dfef15c465983e8449bd1",
|
||||
"digest": "444520f8a4b86f8ba34e5c0b9f60ce7e39aeff3f11284fc843bf263111e854a2",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.0-1"
|
||||
},
|
||||
"yq": {
|
||||
"harbor-registryctl": {
|
||||
"arch": "amd64",
|
||||
"digest": "be32ffee928d124d4e072a9c0aaaa393f218a26fdece00eb35c254ac9001f89e",
|
||||
"digest": "554583a7bed8068bdfadb3e7bc903546d6f401eb8f8c40788a531b8e128d7d9a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.30.8-0"
|
||||
"version": "2.7.0-2"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
"digest": "33fec06619aa3c1f7ea3c2516bf36f79af01354972ff06998ca6fe1d65078998",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.30.8-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user