From 4b30df22a5f9356682daf712a80b2c69799cb30d Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 5 Aug 2020 00:01:16 +0000 Subject: [PATCH 1/2] Update goharbor/harbor-db Docker tag to v2.0.2 --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- download.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index af0d1d2..a35a562 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.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 dd8b15b..b5b6a4f 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 0c75ffb..a71db7e 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" -- GitLab From b24e67f8884e9b1b7a4058b6a4863810d554b0b7 Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Tue, 18 Aug 2020 20:04:37 -0400 Subject: [PATCH 2/2] bump postgres --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a35a562..213092d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -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.2 as base -- GitLab