diff --git a/Dockerfile b/Dockerfile index 409bceaf2bfd0e844999d3e1fc5668f32fa8fdb2..b9b859fa8ba9eeb9a9c72929f5fae29a8a7d4e72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -ARG GITLAB_VERSION=v13.0.4-ubi8 +ARG GITLAB_VERSION=v13.0.6-ubi8 ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082 ARG BASE_IMAGE=gitlab/gitlab/gitlab-ruby -ARG BASE_TAG=13.0.4 +ARG BASE_TAG=13.0.6 ARG UBI_IMAGE=${BASE_REGISTRY}/redhat/ubi/ubi8:8.2 ARG RUBY_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/Jenkinsfile b/Jenkinsfile index 42d250f0f3ef5d225f308800a6162457ccf32cb9..69f3fd6f3ce1c48bd976eb8ae3a5d434f990f425 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "13.0.4") +dccscrPipeline(version: "13.0.6") diff --git a/build-scripts/build.sh b/build-scripts/build.sh index 41b79c6765660d1c9003d3b6806c0c2251c72076..d6185c8926609fc5846b6602888c7ecaa9b80f58 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -4,7 +4,7 @@ set -euxo pipefail -TAG=${1:-13.0.4} +TAG=${1:-13.0.6} REPOSITORY=${2:-} DOCKER_OPTS=${DOCKER_OPTS:-""} diff --git a/download.yaml b/download.yaml index 700cd0cb832572703d43e143ba72a3b09316de1a..27a16125ad7c8bb14341356d0e074e9a52482f75 100644 --- a/download.yaml +++ b/download.yaml @@ -1,6 +1,6 @@ resources: - - url: "https://gitlab-ubi.s3.us-east-2.amazonaws.com/ubi8-build-dependencies-v13.0.4-ubi8.tar" - filename: "ubi8-build-dependencies-v13.0.4-ubi8.tar" + - url: "https://gitlab-ubi.s3.us-east-2.amazonaws.com/ubi8-build-dependencies-v13.0.6-ubi8.tar" + filename: "ubi8-build-dependencies-v13.0.6-ubi8.tar" validation: type: "sha256" - value: "3ed3236f0191941c9b97580aa30d75d109257a6716daee5601cf26648a6eca25" + value: "f9fb8dfbf6a845c24b26a5b18c5e0c6b5b474a61f812367f89afd2913788abee"