From 200c3b772369e16b305a68ca600412d8bf46ed9d Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 30 Jun 2020 17:59:48 +0000 Subject: [PATCH] Update goharbor/harbor-db Docker tag to v2.0.1 --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- download.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 758d3fc..af0d1d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io ARG BASE_IMAGE=opensource/postgres/postgresql12 ARG BASE_TAG=12.3 -FROM goharbor/harbor-db:v2.0.0 as base +FROM goharbor/harbor-db:v2.0.1 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="harbor-db" \ 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.0" \ + org.opencontainers.image.version="v2.0.1" \ maintainer="cht@dsop.io" USER root diff --git a/Jenkinsfile b/Jenkinsfile index cf56100..dd8b15b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "v2.0.0") +dccscrPipeline(version: "v2.0.1") diff --git a/download.yaml b/download.yaml index dd8604e..dbfb3e8 100644 --- a/download.yaml +++ b/download.yaml @@ -1,3 +1,3 @@ resources: - - url: "docker://docker.io/goharbor/harbor-db@sha256:485c21b2cfb96d0213ff1f9a99fe751179078290c6709d247a6e4abf0781fd93" - tag: "goharbor/harbor-db:v2.0.0" + - url: "docker://docker.io/goharbor/harbor-db@sha256:2c935df46a72c88f7ca256a39c618baa494ae213b866fb165ca3081ebd2a31d0" + tag: "goharbor/harbor-db:v2.0.1" -- GitLab