From 3d3409c391ca9bbe89f228db4280a2f5a57788c3 Mon Sep 17 00:00:00 2001 From: Zachary Sanders Date: Mon, 10 May 2021 20:49:26 +0000 Subject: [PATCH 1/2] renovate-automerge --- renovate.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/renovate.json b/renovate.json index a8436f5..0fe04f6 100644 --- a/renovate.json +++ b/renovate.json @@ -5,17 +5,9 @@ "baseBranches": [ "development" ], + "automerge": true, + "gitLabAutomerge": true, "regexManagers": [ - { - "fileMatch": [ - "^Dockerfile$" - ], - "matchStrings": [ - "version=\"(?.*?)\"" - ], - "depNameTemplate": "openpolicyagent/proxy_init", - "datasourceTemplate": "docker" - }, { "fileMatch": [ "^hardening_manifest.yaml$" @@ -37,4 +29,4 @@ "datasourceTemplate": "docker" } ] -} \ No newline at end of file +} -- GitLab From 39504ddea5c14464292c5a3419bc24f1b7077070 Mon Sep 17 00:00:00 2001 From: "sean.melissari" Date: Thu, 20 May 2021 13:21:19 +0000 Subject: [PATCH 2/2] bump ubi --- Dockerfile | 2 +- hardening_manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 260b42a..1f75ba5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.3 +ARG BASE_TAG=8.4 FROM openpolicyagent/proxy_init:v5 as base diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 5c0db20..9ed92e0 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -14,7 +14,7 @@ tags: # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8" - BASE_TAG: "8.3" + BASE_TAG: "8.4" # Docker image labels labels: -- GitLab