From 7573a34d3dce8e1434127be08d28ab4eab64ab34 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 21 Jul 2022 11:51:31 +0200 Subject: [PATCH] [bitnami/harbor-portal] Release 2.5.3-debian-11-r6 (#277) Signed-off-by: Bitnami Containers --- bitnami/harbor-portal/2/debian-11/Dockerfile | 4 +-- .../2/debian-11/config/clair/config.yaml | 25 ------------------- .../opt/bitnami/.bitnami_components.json | 8 +++--- bitnami/harbor-portal/README.md | 2 +- 4 files changed, 7 insertions(+), 32 deletions(-) delete mode 100644 bitnami/harbor-portal/2/debian-11/config/clair/config.yaml diff --git a/bitnami/harbor-portal/2/debian-11/Dockerfile b/bitnami/harbor-portal/2/debian-11/Dockerfile index 32c25e569cda..4d6aa9d2f254 100644 --- a/bitnami/harbor-portal/2/debian-11/Dockerfile +++ b/bitnami/harbor-portal/2/debian-11/Dockerfile @@ -8,8 +8,8 @@ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip libc6 libcrypt1 libgeoip1 libpcre3 libssl1.1 procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.22.0-154" --checksum 2319ffd37fbfe8ef6832134b8cc67c8f29e65009af5f32b7c4537530e8260665 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.22.0-155" --checksum f3cd00066d78eb19cab93b50ec0a73fa31b864a50ba98674a2fc0fcea2cdee43 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-151" --checksum 9690a34674f152e55c71a55275265314ed1bb29e0be8a75d7880488509f70deb RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor" "2.5.3-1" --checksum e1a5d890c301ccd3571897b28bdc3447e9c387d2cd31777024e0f29187482e76 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0 RUN apt-get update && apt-get upgrade -y && \ diff --git a/bitnami/harbor-portal/2/debian-11/config/clair/config.yaml b/bitnami/harbor-portal/2/debian-11/config/clair/config.yaml deleted file mode 100644 index bb0caaca5889..000000000000 --- a/bitnami/harbor-portal/2/debian-11/config/clair/config.yaml +++ /dev/null @@ -1,25 +0,0 @@ -clair: - database: - type: pgsql - options: - source: postgresql://postgres:bitnami@postgresql:5432/postgres?sslmode=disable - - # Number of elements kept in the cache - # Values unlikely to change (e.g. namespaces) are cached in order to save prevent needless roundtrips to the database. - cachesize: 16384 - - api: - # API server port - port: 6060 - healthport: 6061 - - # Deadline before an API request will respond with a 503 - timeout: 300s - updater: - interval: 12h - - notifier: - attempts: 3 - renotifyinterval: 2h - http: - endpoint: http://core:8080/service/notifications/clair \ No newline at end of file diff --git a/bitnami/harbor-portal/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/harbor-portal/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 7955a1dcba1e..2ee1535dccef 100644 --- a/bitnami/harbor-portal/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/harbor-portal/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -15,16 +15,16 @@ }, "nginx": { "arch": "amd64", - "digest": "2319ffd37fbfe8ef6832134b8cc67c8f29e65009af5f32b7c4537530e8260665", + "digest": "f3cd00066d78eb19cab93b50ec0a73fa31b864a50ba98674a2fc0fcea2cdee43", "distro": "debian-11", "type": "NAMI", - "version": "1.22.0-154" + "version": "1.22.0-155" }, "render-template": { "arch": "amd64", - "digest": "8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a", + "digest": "9690a34674f152e55c71a55275265314ed1bb29e0be8a75d7880488509f70deb", "distro": "debian-11", "type": "NAMI", - "version": "1.0.3-150" + "version": "1.0.3-151" } } \ No newline at end of file diff --git a/bitnami/harbor-portal/README.md b/bitnami/harbor-portal/README.md index 1025148fc436..b264e4cb2571 100644 --- a/bitnami/harbor-portal/README.md +++ b/bitnami/harbor-portal/README.md @@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`2`, `2-debian-11`, `2.5.3`, `2.5.3-debian-11-r3`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/2.5.3-debian-11-r3/2/debian-11/Dockerfile) +* [`2`, `2-debian-11`, `2.5.3`, `2.5.3-debian-11-r6`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/2.5.3-debian-11-r6/2/debian-11/Dockerfile) ## Configuration