[bitnami/harbor-registry] Release 2.8.1-debian-11-r6 (#34948)
* [bitnami/harbor-registry] Release 2.8.1-debian-11-r6 Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Remove app-version check. Registry version can be lower than Harbor version Signed-off-by: Fran Mulero <fmulero@vmware.com> * Remove unused variables Signed-off-by: Fran Mulero <fmulero@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Fran Mulero <fmulero@vmware.com> Co-authored-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
parent
98595b7d26
commit
a694015731
|
|
@ -2,7 +2,6 @@ gossfile:
|
|||
# Goss tests exclusive to the current container
|
||||
../../harbor-registry/goss/harbor-registry.yaml: {}
|
||||
# Load scripts from .vib/common/goss/templates
|
||||
../../common/goss/templates/check-app-version.yaml: {}
|
||||
../../common/goss/templates/check-binaries.yaml: {}
|
||||
../../common/goss/templates/check-broken-symlinks.yaml: {}
|
||||
../../common/goss/templates/check-ca-certs.yaml: {}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
binaries:
|
||||
- registry
|
||||
directories:
|
||||
- paths:
|
||||
directories:
|
||||
- paths:
|
||||
- /etc/registry
|
||||
version:
|
||||
bin_name: registry
|
||||
flag: --version
|
||||
root_dir: /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-05-15T07:57:57Z" \
|
||||
org.opencontainers.image.created="2023-05-22T17:39:05Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.8.1-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="2.8.1-debian-11-r6" \
|
||||
org.opencontainers.image.title="harbor-registry" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.8.1"
|
||||
|
|
@ -22,7 +22,7 @@ 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.8.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-registry-2.8.1-4-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.8.1-0"
|
||||
"version": "2.8.1-4"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue