[bitnami/harbor-registryctl] Release 2.8.1-debian-11-r7 (#34952)

* [bitnami/harbor-registryctl] Release 2.8.1-debian-11-r7

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>

---------

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:
Bitnami Bot 2023-05-23 08:36:17 +02:00 committed by GitHub
parent 4382b239e7
commit 98595b7d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 12 deletions

View File

@ -2,7 +2,6 @@ gossfile:
# Goss tests exclusive to the current container
../../harbor-registryctl/goss/harbor-registryctl.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: {}

View File

@ -6,7 +6,4 @@ directories:
- paths:
- /etc/registry
- /etc/registryctl
version:
bin_name: registry
flag: --version
root_dir: /opt/bitnami

View File

@ -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-12T07:49:04Z" \
org.opencontainers.image.created="2023-05-22T18:05:11Z" \
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-r0" \
org.opencontainers.image.ref.name="2.8.1-debian-11-r7" \
org.opencontainers.image.title="harbor-registryctl" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.8.1"
@ -22,9 +22,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=( \
"yq-4.33.3-0-linux-${OS_ARCH}-debian-11" \
"harbor-registry-2.8.1-0-linux-${OS_ARCH}-debian-11" \
"harbor-registryctl-2.8.1-0-linux-${OS_ARCH}-debian-11" \
"yq-4.33.3-1-linux-${OS_ARCH}-debian-11" \
"harbor-registry-2.8.1-4-linux-${OS_ARCH}-debian-11" \
"harbor-registryctl-2.8.1-5-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -3,18 +3,18 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "2.8.1-0"
"version": "2.8.1-4"
},
"harbor-registryctl": {
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "2.8.1-0"
"version": "2.8.1-5"
},
"yq": {
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "4.33.3-0"
"version": "4.33.3-1"
}
}