From 2097c09bac95c8005f7dc46af0c9aaecc4d2b176 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 19 Sep 2020 00:02:32 +0000 Subject: [PATCH] Update goharbor/harbor-db Docker tag to v2.1.0 --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- download.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 213092d..af33c2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/opensource/postgres/postgresql12 ARG BASE_TAG=12.4 -FROM goharbor/harbor-db:v2.0.2 as base +FROM goharbor/harbor-db:v2.1.0 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.2" \ + org.opencontainers.image.version="v2.1.0" \ maintainer="cht@dsop.io" USER root diff --git a/Jenkinsfile b/Jenkinsfile index b5b6a4f..29ae21d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "v2.0.2") +dccscrPipeline(version: "v2.1.0") diff --git a/download.yaml b/download.yaml index a71db7e..2f67fad 100644 --- a/download.yaml +++ b/download.yaml @@ -1,3 +1,3 @@ resources: - - url: "docker://docker.io/goharbor/harbor-db@sha256:b48a75379f64bc753d5b77bd0f187404553577f4b7bca8653514618b48fd58eb" - tag: "goharbor/harbor-db:v2.0.2" + - url: "docker://docker.io/goharbor/harbor-db@sha256:1e504f1d88a768d0d436fe04741f8434c05beaf9f52be00d1cbd60a561a0b5f2" + tag: "goharbor/harbor-db:v2.1.0" -- GitLab