From 5c653f3c119b0b401cef48493ac125c2defaad26 Mon Sep 17 00:00:00 2001 From: Dmytro Makovey <dmakovey@gitlab.com> Date: Thu, 16 Jan 2025 22:43:45 +0000 Subject: [PATCH] Update GitLab to the 17.8.0 Minor Feature Release --- Dockerfile | 4 ++-- build-scripts/build.sh | 2 +- hardening_manifest.yaml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5a23b41..6caecc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -ARG GITLAB_VERSION=v17.7.2-ubi +ARG GITLAB_VERSION=v17.8.0-ubi ARG BASE_REGISTRY=registry1.dso.mil/ironbank ARG BASE_IMAGE=gitlab/gitlab/gitlab-ruby -ARG BASE_TAG=17.7.2 +ARG BASE_TAG=17.8.0 ARG UBI_TAG=9.5 ARG RUBY_IMAGE=${BASE_REGISTRY}/gitlab/gitlab/gitlab-ruby:${BASE_TAG} diff --git a/build-scripts/build.sh b/build-scripts/build.sh index 02822c3..4d72d21 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -6,7 +6,7 @@ set -euxo pipefail REGISTRY=${1:-} REPOSITORY=${2:-"$(basename "$(builtin cd "$(dirname "$0")/.."; pwd)")"} -TAG=${3:-17.7.2} +TAG=${3:-17.8.0} DOCKER_BUILD="${DOCKER_BUILD:-docker build}" DOCKER_OPTS=${DOCKER_OPTS:-""} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index b669568..d77bf5f 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -5,12 +5,12 @@ name: "gitlab/gitlab/gitlab-mailroom" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: - - "17.7.2" + - "17.8.0" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "gitlab/gitlab/gitlab-ruby" - BASE_TAG: "17.7.2" + BASE_TAG: "17.8.0" UBI_TAG: "9.5" # Docker image labels labels: @@ -23,7 +23,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: "17.7.2" + org.opencontainers.image.version: "17.8.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "gitlab, git, gitops" ## This value can be "opensource" or "commercial" @@ -50,8 +50,8 @@ maintainers: email: "help@dsop.io" cht_member: true resources: - - url: "https://gitlab-ubi.s3.us-east-2.amazonaws.com/ubi-build-dependencies-v17.7.2-ubi/gitlab-mailroom.tar.gz" + - url: "https://gitlab-ubi.s3.us-east-2.amazonaws.com/ubi-build-dependencies-v17.8.0-ubi/gitlab-mailroom.tar.gz" filename: "gitlab-mailroom.tar.gz" validation: type: "sha256" - value: "88a16f67d51250b27a55f5373a5ec19a3f9bd57669770cd5c862ef4bbe095d30" + value: "0164827238790507a7886fe55810527e5d9f2b891c1ec570f8555eb39f8dfc1f" -- GitLab