From 723d9ea336cec9fc89bbf51f247646c138a6a0ea Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Wed, 11 Aug 2021 08:51:10 -0400 Subject: [PATCH] v13.12.9 --- Dockerfile | 2 +- build-scripts/build.sh | 2 +- hardening_manifest.yaml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8dd371e..2b825da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GITLAB_VERSION=v13.12.8-ubi8 +ARG GITLAB_VERSION=v13.12.9-ubi8 ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 diff --git a/build-scripts/build.sh b/build-scripts/build.sh index a93bb52..4737691 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -4,7 +4,7 @@ set -euxo pipefail -TAG=${1:-13.12.8} +TAG=${1:-13.12.9} REPOSITORY=${2:-} DOCKER_OPTS=${DOCKER_OPTS:-""} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index f62b2c1..b6d366f 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -7,7 +7,7 @@ name: "gitlab/gitlab/gitlab-container-registry" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: - - "13.12.8" + - "13.12.9" - "latest" # Build args passed to Dockerfile ARGs @@ -26,7 +26,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: "13.12.8" + org.opencontainers.image.version: "13.12.9" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "gitlab, git, gitops" ## This value can be "opensource" or "commercial" @@ -48,13 +48,13 @@ maintainers: cht_member: true resources: - - url: "https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.12.8-ubi8/gitlab-gomplate.tar.gz" + - url: "https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.12.9-ubi8/gitlab-gomplate.tar.gz" filename: "gitlab-gomplate.tar.gz" validation: type: "sha256" - value: "8eab59e993bbcf1df15aead86c1503405b31199437029ea2346eda087a9c7224" - - url: "https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.12.8-ubi8/gitlab-container-registry.tar.gz" + value: "a5bc05fd0756cd46bf9363117a08fd343e101bf38d0b06c133a43385aaf382e4" + - url: "https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.12.9-ubi8/gitlab-container-registry.tar.gz" filename: "gitlab-container-registry.tar.gz" validation: type: "sha256" - value: "7a2c6404b0459f6e9d8d5a1010ee143149c24973f634fc5a004a20d5a549340b" + value: "b4646743db4709a8272bed3012db5bc5e251a8ce6542727a9b48f3da2f366653" -- GitLab