mirror of
https://github.com/bitnami/containers.git
synced 2026-08-10 15:15:50 +08:00
[bitnami/harbor-exporter] Release 2.15.2-debian-12-r0 (#95089)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-06-26T16:42:47Z" \
|
||||
org.opencontainers.image.created="2026-07-02T12:53:57Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/harbor-exporter/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/harbor-exporter" \
|
||||
org.opencontainers.image.title="harbor-exporter" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="2.15.1"
|
||||
org.opencontainers.image.version="2.15.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"harbor-exporter-2.15.1-5-linux-${OS_ARCH}-debian-12" \
|
||||
"harbor-exporter-2.15.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -47,9 +47,9 @@ RUN uninstall_packages curl
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-exporter/postunpack.sh
|
||||
ENV APP_VERSION="2.15.1" \
|
||||
ENV APP_VERSION="2.15.2" \
|
||||
BITNAMI_APP_NAME="harbor-exporter" \
|
||||
IMAGE_REVISION="9" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/harbor-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9090
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
5a4ceb94d162d99dd28d59081079ab556ce46e9f61d52099c6c4d3f8298c43d2 harbor-exporter-2.15.1-5-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
d84e801c8ef53d665efe549c0a62706961a6c63c838808795296bfc9764c284b harbor-exporter-2.15.1-5-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
1ca2462cdbc92a2bcafef142ce6382125cd151d778c618c670cd32592c583363 harbor-exporter-2.15.2-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
8f16e3c7a5682c4029b0d7f4d5f0029db216892098d59a83d3bdf0e39084e765 harbor-exporter-2.15.2-0-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user