From 09dc443783ea2e1a0054d2c8a12415df3307165f Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 5 Aug 2020 00:02:08 +0000 Subject: [PATCH] Update goharbor/registry-photon Docker tag to v2.0.2 --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- download.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 542a77b..d117866 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io ARG BASE_IMAGE=ubi8 ARG BASE_TAG=8.2 -FROM goharbor/registry-photon:v2.0.1 as base +FROM goharbor/registry-photon:v2.0.2 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="registry" \ org.opencontainers.image.description="Harbor is an open source cloud native registry that stores, signs, and scans content." \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.url="https://goharbor.io" \ - org.opencontainers.image.version="v2.0.1" \ + org.opencontainers.image.version="v2.0.2" \ maintainer="cht@dsop.io" RUN groupadd -g 1000 harbor && \ diff --git a/Jenkinsfile b/Jenkinsfile index dd8b15b..b5b6a4f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "v2.0.1") +dccscrPipeline(version: "v2.0.2") diff --git a/download.yaml b/download.yaml index c1e8ee8..2d1b5fd 100644 --- a/download.yaml +++ b/download.yaml @@ -1,3 +1,3 @@ resources: - - url: "docker://docker.io/goharbor/registry-photon@sha256:6e7a3d45c7f4b5c803ff897a219c8569fe6997cf2aedf0a1d990cbe997516ef6" - tag: "goharbor/registry-photon:v2.0.1" + - url: "docker://docker.io/goharbor/registry-photon@sha256:be8963f9466c0d6722b5db1090ef36ebef1c94f805ebcb0616631d07ee5404e2" + tag: "goharbor/registry-photon:v2.0.2" -- GitLab