From 9365d06139061d4aff8abcf510b66561b79a1aef Mon Sep 17 00:00:00 2001 From: Steven Terhar Date: Mon, 2 Nov 2020 20:58:14 +0000 Subject: [PATCH] Update GitLab to 13.5.2 Security Release --- Dockerfile | 6 +++--- Jenkinsfile | 2 +- build-scripts/build.sh | 2 +- download.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5d238bf..a396eb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,14 @@ -ARG GITLAB_VERSION=v13.5.0-ubi8 +ARG GITLAB_VERSION=v13.5.2-ubi8 ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082 ARG BASE_IMAGE=gitlab/gitlab/git-base -ARG BASE_TAG=13.5.0 +ARG BASE_TAG=13.5.2 ARG GIT_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${GIT_IMAGE} -ARG GITALY_SERVER_VERSION=v13.5.0 +ARG GITALY_SERVER_VERSION=v13.5.2 ARG GITLAB_USER=git ARG DNF_OPTS diff --git a/Jenkinsfile b/Jenkinsfile index ca8ecf7..ef0be1f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,3 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "13.5.0") +dccscrPipeline(version: "13.5.2") diff --git a/build-scripts/build.sh b/build-scripts/build.sh index 0414e48..b9a91e3 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -4,7 +4,7 @@ set -euxo pipefail -TAG=${1:-13.5.0} +TAG=${1:-13.5.2} REPOSITORY=${2:-} DOCKER_OPTS=${DOCKER_OPTS:-""} diff --git a/download.yaml b/download.yaml index d0220c7..ed077ba 100644 --- a/download.yaml +++ b/download.yaml @@ -1,6 +1,6 @@ resources: - - url: "http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.0-ubi8/gitaly.tar.gz" + - url: "http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.2-ubi8/gitaly.tar.gz" filename: "gitaly.tar.gz" validation: type: "sha256" - value: "b3d26c94c229762b841bf1d80fbdfd7ee41f9acb7625918a05131b1fd081e5fb" + value: "652c39807d68e79c10659b04290ba0011cf73ef06091f074120c19fa34cb4299" -- GitLab