diff --git a/Dockerfile b/Dockerfile index 213092dfa8aeea8a68d6912f73d948d87091e994..af33c2be35e68338fb5bef29c28d6b427ab9c0da 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 b5b6a4f40da47409c189903ef26ee9243650d948..29ae21dd2b5ad46f429cd5c879713b3c02e4c8e2 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 a71db7e4214eac8a93df7951cb0ba48aab0ba110..2f67fadaf6586c91be6c8aafc4237614360a02fe 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"