From b4d6596f41691599f9c7955b335d0a57b3933367 Mon Sep 17 00:00:00 2001 From: Zachary Sanders Date: Fri, 16 Apr 2021 19:22:07 +0000 Subject: [PATCH 1/2] This is a pinned version and shouldn't be renovated. --- renovate.json | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 renovate.json diff --git a/renovate.json b/renovate.json deleted file mode 100644 index a70cfc2..0000000 --- a/renovate.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "assignees": [ - "@andriipanchuk" - ], - "baseBranches": [ - "development" - ], - "regexManagers": [ - { - "fileMatch": [ - "^hardening_manifest.yaml$" - ], - "matchStrings": [ - "org\\.opencontainers\\.image\\.version:\\s+\"(?.+?)\"" - ], - "depNameTemplate": "seldonio/kubectl-proxy", - "datasourceTemplate": "docker" - }, - { - "fileMatch": [ - "^hardening_manifest.yaml$" - ], - "matchStrings": [ - "tags:\\s+-\\s+\"(?.+?)\"" - ], - "depNameTemplate": "seldonio/kubectl-proxy", - "datasourceTemplate": "docker" - } - ] - } -- GitLab From 8eca684b0d8254c2df9598eb4cc71ce2bebde292 Mon Sep 17 00:00:00 2001 From: "sean.melissari" Date: Thu, 20 May 2021 13:16: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 7dce32b..dc5f186 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 ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 7cd0278..50ca65e 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