mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
[bitnami/harbor-registryctl] Release 2.6.1-debian-11-r0 (#10756)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
||||
|
||||
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-r22" \
|
||||
org.opencontainers.image.ref.name="2.6.1-debian-11-r0" \
|
||||
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." \
|
||||
org.opencontainers.image.version="2.6.0"
|
||||
org.opencontainers.image.version="2.6.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -21,9 +21,9 @@ 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=( \
|
||||
"harbor-registry-2.6.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"yq-4.28.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-registryctl-2.6.0-4-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-registry-2.6.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"yq-4.28.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-registryctl-2.6.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -42,7 +42,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-registryctl/postunpack.sh
|
||||
ENV APP_VERSION="2.6.0" \
|
||||
ENV APP_VERSION="2.6.1" \
|
||||
BITNAMI_APP_NAME="harbor-registryctl" \
|
||||
PATH="/opt/bitnami/harbor-registry/bin:/opt/bitnami/common/bin:/opt/bitnami/harbor-registryctl/bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,23 +8,23 @@
|
||||
},
|
||||
"harbor-registry": {
|
||||
"arch": "amd64",
|
||||
"digest": "539699af18014f2508a604234d418c09dde37ed3232690a2991c8afca996ec29",
|
||||
"digest": "0a0317a1e82cb6ec001994d91b4950ef2f64b8f8212f6ad34336ac9ef6c5224d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.0-2"
|
||||
"version": "2.6.1-0"
|
||||
},
|
||||
"harbor-registryctl": {
|
||||
"arch": "amd64",
|
||||
"digest": "6dcbb2b6c65cc4a68932137f95fd6781e8380ffe8d8626d948c4783a77ccabe6",
|
||||
"digest": "a1311d65d9f31d950379353b47ed940494e1dcc8077665506b575637e1d3b6cc",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.0-4"
|
||||
"version": "2.6.1-0"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
"digest": "d4700bc42fd4a0ceb9981c1f1b7868c03db743cabc2275ebc1bf1fe7df897b9a",
|
||||
"digest": "791e1f5ec1d37b46390741dae197e8b83c4243fe59198a96be7b92aeaddf9160",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.28.1-1"
|
||||
"version": "4.28.2-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.6.0"
|
||||
- "2.6.1"
|
||||
- "latest"
|
||||
|
||||
@@ -52,7 +52,7 @@ For further information about the specific component itself, please refer to the
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
|
||||
## Issues
|
||||
|
||||
|
||||
Reference in New Issue
Block a user