From a7eeb7026ffeb736e85e19d58791643a7201acca Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Thu, 14 May 2020 10:16:38 -0700 Subject: [PATCH] Update to the GitLab 12.10.5 security patch --- Dockerfile | 6 +++--- Jenkinsfile | 2 +- build-scripts/build.sh | 2 +- download.json | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index afe4c9b..7b1abdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -ARG GITLAB_VERSION=v12.10.3-ubi8 +ARG GITLAB_VERSION=v12.10.5-ubi8 ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082 ARG BASE_IMAGE=gitlab/gitlab/gitlab-rails -ARG BASE_TAG=12.10.3 +ARG BASE_TAG=12.10.5 -ARG UBI_IMAGE=${BASE_REGISTRY}/redhat/ubi/ubi8:8.1 +ARG UBI_IMAGE=${BASE_REGISTRY}/redhat/ubi/ubi8:8.2 ARG RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${UBI_IMAGE} AS builder diff --git a/Jenkinsfile b/Jenkinsfile index 278c8d6..e07f68c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "12.10.3") +dccscrPipeline(version: "12.10.5") diff --git a/build-scripts/build.sh b/build-scripts/build.sh index aef4b06..2b01dfc 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -4,7 +4,7 @@ set -euxo pipefail -TAG=${1:-12.10.3} +TAG=${1:-12.10.5} REPOSITORY=${2:-} DOCKER_OPTS=${DOCKER_OPTS:-""} diff --git a/download.json b/download.json index 7e43fe8..4966e1f 100644 --- a/download.json +++ b/download.json @@ -1,10 +1,10 @@ { "resources": [ - { "url" : "https://gitlab-ubi.s3.us-east-2.amazonaws.com/ubi8-build-dependencies-v12.10.3-ubi8.tar", - "filename": "ubi8-build-dependencies-v12.10.3-ubi8.tar", + { "url" : "https://gitlab-ubi.s3.us-east-2.amazonaws.com/ubi8-build-dependencies-v12.10.5-ubi8.tar", + "filename": "ubi8-build-dependencies-v12.10.5-ubi8.tar", "validation": { "type": "sha256", - "value": "014daa3ea5084893124a48d6affca6b2d6cd5d50827f3027386824ae369f5767" + "value": "6b6518cf5c3641b20757d9b9c7aeb176377366a2160f283fb744d22758cd4a88" } } ] } -- GitLab