diff --git a/Dockerfile b/Dockerfile index df24ee778f0840f5b7c552d3f2a473c7a591afe0..d53560cdcbc19f8777a7d7b24a16338120e7e925 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -ARG GITLAB_VERSION=v13.0.4-ubi8 +ARG GITLAB_VERSION=v13.0.5-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.5 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..88bdfcc793ce7e545dc3cf75a08839e9bcdd6d93 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "13.0.4") +dccscrPipeline(version: "13.0.5") diff --git a/build-scripts/build.sh b/build-scripts/build.sh index d45f3983e2622d38dd315ec08b26c42e39941731..a2264f3a0e7fe3a7e5ad977c4a076bd97c275c6d 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.5} REPOSITORY=${2:-} DOCKER_OPTS=${DOCKER_OPTS:-""} diff --git a/download.yaml b/download.yaml index fe35ae89dfe9e79edacc0c82955a8002dc0bf0e4..10ec9d0e3b558d0e639efa03ebca84b8c4d35966 100644 --- a/download.yaml +++ b/download.yaml @@ -1,7 +1,7 @@ gitlab_version: v12.8.1-ubi8 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.5-ubi8.tar" + filename: "ubi8-build-dependencies-v13.0.5-ubi8.tar" validation: type: "sha256" - value: "3ed3236f0191941c9b97580aa30d75d109257a6716daee5601cf26648a6eca25" + value: "56c2ea3665fd56645aff008d1b7e436cd1bf00ced67d6db04f4726d0b97dfc3e"