diff --git a/Dockerfile b/Dockerfile index afe4c9b92c855610849040860cec683b86d8cd7c..7b1abdf35ca370a37ce211db09641a660391e829 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 278c8d6ec28944c97c1b166a83e8ce3b76417a99..e07f68c707641d16b8bcd69b1b96e41109b0ded3 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 aef4b0675441998f5796f131f4d4fe8a147f4268..2b01dfcd0fc10371562388762508c9a57fa1e464 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 7e43fe8df162449117ce03e757ce028dab25c83c..4966e1f518f1922236753848f425280084ee71f2 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" } } ] }