From 99f5d959698ffc68937674eeff17075e98cf099e Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Mon, 26 Jul 2021 15:24:46 -0400 Subject: [PATCH] v14.0.1 --- Dockerfile | 2 +- hardening_manifest.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7dae0a5..b59e11a 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 04a17d1..3d78f2d 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,13 +8,13 @@ name: "gitlab/gitlab-runner/gitlab-runner-helper" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v13.10.0" +- "v14.0.1" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8" - BASE_TAG: "8.3" + BASE_TAG: "8.4" GIT_LFS_VERSION: "2.11.0-2.el8" # Docker image labels @@ -28,7 +28,7 @@ labels: org.opencontainers.image.url: "https://about.gitlab.com/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Gitlab" - org.opencontainers.image.version: "v13.10.0" + org.opencontainers.image.version: "v14.0.1" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "gitlab, git, gitops" ## This value can be "opensource" or "commercial" @@ -39,10 +39,10 @@ labels: # List of resources to make available to the offline build context resources: - filename: gitlab-runner-helper - url: https://gitlab-runner-downloads.s3.amazonaws.com/ubi-images/v13.10.0/gitlab-runner-helper + url: https://gitlab-runner-downloads.s3.amazonaws.com/ubi-images/v14.0.1/gitlab-runner-helper validation: type: sha256 - value: 31c779daf8f7a0e613ebcec6004c6a76872873a57f0a20041862c515d3bf3d2a + value: c8b2ea1ef0f897b8612db0dee5f03fa079ce92e83ae2bec89b20b3f3756b2ec4 # List of project maintainers maintainers: -- GitLab