[bitnami/harbor-notary-server] Release 2.6.1-debian-11-r0 (#10751)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
84b1744e79
commit
51ee208e78
|
|
@ -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-r21" \
|
||||
org.opencontainers.image.ref.name="2.6.1-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/harbor-notary-server" \
|
||||
org.opencontainers.image.title="harbor-notary-server" \
|
||||
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}" \
|
||||
|
|
@ -18,10 +18,10 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl libc6 procps
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"harbor-notary-server-2.6.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-notary-server-2.6.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -40,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-notary-server/postunpack.sh
|
||||
ENV APP_VERSION="2.6.0" \
|
||||
ENV APP_VERSION="2.6.1" \
|
||||
BITNAMI_APP_NAME="harbor-notary-server" \
|
||||
PATH="/opt/bitnami/harbor-notary-server/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
SERVICE_NAME="notary_server"
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"harbor-notary-server": {
|
||||
"arch": "amd64",
|
||||
"digest": "605c29c1c3be9121af79bc080cbcf792583c46ac2131964339b6ffe3b62322d4",
|
||||
"digest": "63917bf007eede701ae99cb7cf890c206d116c3935c6a645c548e0f632566e87",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.0-1"
|
||||
"version": "2.6.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.6.0"
|
||||
- "2.6.1"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue