diff --git a/Dockerfile b/Dockerfile index af0d1d28896c26a37fd41e0ac63ae57383bb03fa..213092dfa8aeea8a68d6912f73d948d87091e994 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io -ARG BASE_IMAGE=opensource/postgres/postgresql12 -ARG BASE_TAG=12.3 +ARG BASE_REGISTRY=registry1.dsop.io +ARG BASE_IMAGE=ironbank/opensource/postgres/postgresql12 +ARG BASE_TAG=12.4 -FROM goharbor/harbor-db:v2.0.1 as base +FROM goharbor/harbor-db:v2.0.2 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.1" \ + org.opencontainers.image.version="v2.0.2" \ maintainer="cht@dsop.io" USER root diff --git a/Jenkinsfile b/Jenkinsfile index dd8b15bb945275f022a07d5f2c30518706bc15e0..b5b6a4f40da47409c189903ef26ee9243650d948 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 0c75ffbc42248e075c8210649436c89971c13709..a71db7e4214eac8a93df7951cb0ba48aab0ba110 100644 --- a/download.yaml +++ b/download.yaml @@ -1,3 +1,3 @@ resources: - - url: "docker://docker.io/goharbor/harbor-db@sha256:5fb636d4dd6d3bb4c32b8eedc4459c0b1b7991f80536a0f743d0a12071a00012" - tag: "goharbor/harbor-db:v2.0.1" + - url: "docker://docker.io/goharbor/harbor-db@sha256:b48a75379f64bc753d5b77bd0f187404553577f4b7bca8653514618b48fd58eb" + tag: "goharbor/harbor-db:v2.0.2"