From 5c077e35e6f0664e74a064402805af4eee55add8 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 25 Aug 2021 20:07:57 +0000 Subject: [PATCH] Update goharbor/chartmuseum-photon Docker tag to v2.3.2 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 59c7a25..6fa4c46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -FROM goharbor/chartmuseum-photon:v2.3.1 as upstream +FROM goharbor/chartmuseum-photon:v2.3.2 as upstream FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 5d4fa48..5842083 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/goharbor/chartmuseum" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v2.3.1" +- "v2.3.2" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://goharbor.io" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "goharbor" - org.opencontainers.image.version: "v2.3.1" + org.opencontainers.image.version: "v2.3.2" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "container,registry" ## This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: goharbor/chartmuseum-photon:v2.3.1 - url: docker://docker.io/goharbor/chartmuseum-photon@sha256:5fff7cbecf16cb4f5ca7a2469ce9abbbafe837bbbb63380650aa3a5060848f23 +- tag: goharbor/chartmuseum-photon:v2.3.2 + url: docker://docker.io/goharbor/chartmuseum-photon@sha256:1392698f4bd2e51f82dff72ac864a41c1f2e61ccd1a085bc6acc3e50ac0036ee # List of project maintainers maintainers: -- GitLab