diff --git a/Dockerfile b/Dockerfile index 758d3fc39c000bf0704c04f84415dee73f20f3f4..af0d1d28896c26a37fd41e0ac63ae57383bb03fa 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 cf56100c650b9dabf1942fdabd5d7a10fba49b84..dd8b15bb945275f022a07d5f2c30518706bc15e0 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 dd8604ef7c061344b7aaa75313ab76d1510b705f..dbfb3e8a148a7b7b554e916af3109eb22d34de90 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"