mirror of
https://github.com/bitnami/containers.git
synced 2026-08-09 13:04:38 +08:00
[bitnami/harbor-adapter-trivy] Release 2.15.0-debian-12-r2 (#92950)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
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.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.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" \
|
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
|
RUN /opt/bitnami/scripts/harbor-adapter-trivy/postunpack.sh
|
||||||
ENV APP_VERSION="2.15.0" \
|
ENV APP_VERSION="2.15.0" \
|
||||||
BITNAMI_APP_NAME="harbor-adapter-trivy" \
|
BITNAMI_APP_NAME="harbor-adapter-trivy" \
|
||||||
IMAGE_REVISION="1" \
|
IMAGE_REVISION="2" \
|
||||||
PATH="/opt/bitnami/harbor-adapter-trivy/bin:$PATH"
|
PATH="/opt/bitnami/harbor-adapter-trivy/bin:$PATH"
|
||||||
|
|
||||||
WORKDIR /opt/bitnami/harbor-adapter-trivy
|
WORKDIR /opt/bitnami/harbor-adapter-trivy
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
get_system_cert_paths() {
|
get_system_cert_paths() {
|
||||||
local distro
|
local distro
|
||||||
distro="$(get_os_metadata --id)"
|
distro="$(get_os_metadata --id)"
|
||||||
if [[ "$distro" =~ ^(debian|ubuntu)$ ]]; then
|
if [[ "$distro" =~ ^debian$ ]]; then
|
||||||
echo "/etc/ssl/certs/"
|
echo "/etc/ssl/certs/"
|
||||||
elif [[ "$distro" =~ ^photon$ ]]; then
|
elif [[ "$distro" =~ ^photon$ ]]; then
|
||||||
echo "/etc/pki/tls/certs/"
|
echo "/etc/pki/tls/certs/"
|
||||||
@@ -98,7 +98,7 @@ install_cert() {
|
|||||||
local distro
|
local distro
|
||||||
distro="$(get_os_metadata --id)"
|
distro="$(get_os_metadata --id)"
|
||||||
|
|
||||||
if [[ "$distro" =~ ^(debian|ubuntu)$ ]]; then
|
if [[ "$distro" =~ ^debian$ ]]; then
|
||||||
cat "$cert" >> /etc/ssl/certs/ca-certificates.crt
|
cat "$cert" >> /etc/ssl/certs/ca-certificates.crt
|
||||||
elif [[ "$distro" =~ ^photon$ ]]; then
|
elif [[ "$distro" =~ ^photon$ ]]; then
|
||||||
cat "$cert" >> /etc/pki/tls/certs/ca-bundle.crt
|
cat "$cert" >> /etc/pki/tls/certs/ca-bundle.crt
|
||||||
|
|||||||
@@ -7,8 +7,6 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema
|
|||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
Use this quick command to run the container.
|
|
||||||
|
|
||||||
```console
|
```console
|
||||||
docker run --name harbor-adapter-trivy bitnami/harbor-adapter-trivy:latest
|
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
|
## Logging
|
||||||
|
|
||||||
The Bitnami Harbor-Adapter-Trivy Docker image sends the container logs to `stdout`. To view the logs:
|
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.
|
||||||
|
|
||||||
```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.
|
|
||||||
|
|
||||||
## Notable changes
|
## Notable changes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user