diff --git a/bitnami/harbor-adapter-trivy/2/debian-12/Dockerfile b/bitnami/harbor-adapter-trivy/2/debian-12/Dockerfile index 8fd0f1f2e42e..ba7d872eb65c 100644 --- a/bitnami/harbor-adapter-trivy/2/debian-12/Dockerfile +++ b/bitnami/harbor-adapter-trivy/2/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-04-08T02:54:29Z" \ + org.opencontainers.image.created="2026-05-08T03:17:29Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/harbor-adapter-trivy/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/harbor-adapter-trivy" \ @@ -49,7 +49,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/harbor-adapter-trivy/postunpack.sh ENV APP_VERSION="2.15.0" \ BITNAMI_APP_NAME="harbor-adapter-trivy" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="2" \ PATH="/opt/bitnami/harbor-adapter-trivy/bin:$PATH" WORKDIR /opt/bitnami/harbor-adapter-trivy diff --git a/bitnami/harbor-adapter-trivy/2/debian-12/rootfs/opt/bitnami/scripts/libharbor.sh b/bitnami/harbor-adapter-trivy/2/debian-12/rootfs/opt/bitnami/scripts/libharbor.sh index a9450b30276f..73ff34fb4a9e 100644 --- a/bitnami/harbor-adapter-trivy/2/debian-12/rootfs/opt/bitnami/scripts/libharbor.sh +++ b/bitnami/harbor-adapter-trivy/2/debian-12/rootfs/opt/bitnami/scripts/libharbor.sh @@ -25,7 +25,7 @@ get_system_cert_paths() { local distro distro="$(get_os_metadata --id)" - if [[ "$distro" =~ ^(debian|ubuntu)$ ]]; then + if [[ "$distro" =~ ^debian$ ]]; then echo "/etc/ssl/certs/" elif [[ "$distro" =~ ^photon$ ]]; then echo "/etc/pki/tls/certs/" @@ -98,7 +98,7 @@ install_cert() { local distro distro="$(get_os_metadata --id)" - if [[ "$distro" =~ ^(debian|ubuntu)$ ]]; then + if [[ "$distro" =~ ^debian$ ]]; then cat "$cert" >> /etc/ssl/certs/ca-certificates.crt elif [[ "$distro" =~ ^photon$ ]]; then cat "$cert" >> /etc/pki/tls/certs/ca-bundle.crt diff --git a/bitnami/harbor-adapter-trivy/README.md b/bitnami/harbor-adapter-trivy/README.md index 430475fd1bd6..69a0024e42be 100644 --- a/bitnami/harbor-adapter-trivy/README.md +++ b/bitnami/harbor-adapter-trivy/README.md @@ -7,8 +7,6 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema ## TL;DR -Use this quick command to run the container. - ```console docker run --name harbor-adapter-trivy bitnami/harbor-adapter-trivy:latest ``` @@ -116,13 +114,7 @@ The Bitnami Harbor Adapter Trivy Docker image from the [Bitnami Secure Images](h ## Logging -The Bitnami Harbor-Adapter-Trivy Docker image sends the container logs to `stdout`. To view the logs: - -```console -docker logs harbor-adapter-trivy -``` - -You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver. +The Bitnami Harbor Adapter Trivy Docker image sends the container logs to the `stdout`. You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver. ## Notable changes