[bitnami/harbor-exporter] Release 2.6.2-debian-11-r0 (#13228)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-11-10 09:40:51 +01:00 committed by GitHub
parent 2611309c6d
commit 561a86ba36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -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.1-debian-11-r7" \
org.opencontainers.image.ref.name="2.6.2-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/harbor-exporter" \
org.opencontainers.image.title="harbor-exporter" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.6.1"
org.opencontainers.image.version="2.6.2"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -21,7 +21,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-exporter-2.6.1-0-linux-${OS_ARCH}-debian-11" \
"harbor-exporter-2.6.2-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-exporter/postunpack.sh
ENV APP_VERSION="2.6.1" \
ENV APP_VERSION="2.6.2" \
BITNAMI_APP_NAME="harbor-exporter" \
PATH="/opt/bitnami/harbor-exporter/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -8,9 +8,9 @@
},
"harbor-exporter": {
"arch": "amd64",
"digest": "fb4e55b3a6737e2751e1ad5239c0a3bbc04f7dae6a552dc5fba955e3d0aed0b6",
"digest": "2cb005ef45d8d5421f050f75d474ac63dd85b97b5d4c47a583c9cbfb390994cb",
"distro": "debian-11",
"type": "NAMI",
"version": "2.6.1-0"
"version": "2.6.2-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.6.1"
- "2.6.2"
- "latest"