diff --git a/Dockerfile b/Dockerfile index 75e83008dd0b2bff3b830b02bc46a72b925b5007..2796004ceda5f722c371058b75ac09589904dff7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -ARG GITLAB_VERSION=v13.0.0-ubi8 +ARG GITLAB_VERSION=v13.0.1-ubi8 ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082 ARG BASE_IMAGE=gitlab/gitlab/gitlab-rails -ARG BASE_TAG=13.0.0 +ARG BASE_TAG=13.0.1 ARG UBI_IMAGE=${BASE_REGISTRY}/redhat/ubi/ubi8:8.2 ARG RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/Jenkinsfile b/Jenkinsfile index 29874544a02af80c9f606be8620da74aefacecc0..ead340aab3c2467baef2c6915b2aa27e8f82d0c1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "13.0.0") +dccscrPipeline(version: "13.0.1") diff --git a/build-scripts/build.sh b/build-scripts/build.sh index 54bcdc1756b2f2d4d11670534a256dead7e79bba..af62e18e54900bfa0ce0d33cd6fbba4ff2aec0da 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -4,7 +4,7 @@ set -euxo pipefail -TAG=${1:-13.0.0} +TAG=${1:-13.0.1} REPOSITORY=${2:-} DOCKER_OPTS=${DOCKER_OPTS:-""} diff --git a/download.json b/download.json index 42cd3750e112503e939208fb6137466f1f62bcf4..a8d298d27cef42ab5d26371e7f5b066e135dea96 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-v13.0.0-ubi8.tar", - "filename": "ubi8-build-dependencies-v13.0.0-ubi8.tar", + { "url" : "https://gitlab-ubi.s3.us-east-2.amazonaws.com/ubi8-build-dependencies-v13.0.1-ubi8.tar", + "filename": "ubi8-build-dependencies-v13.0.1-ubi8.tar", "validation": { "type": "sha256", - "value": "cc1b4a19399730a1cb8b17adb9fd8f7014c993736d4e77028d8a1c625a16f07a" + "value": "a5f1d5c2bf5ab67777976facf7277bf9717fc8206a993159a588ce1b0eaa4159" } } ] }