diff --git a/Dockerfile b/Dockerfile index e56001e67c4cfcfcf031fddb5213220d714291e0..4406f0269d0ffd5519b49db1d3ed492e949a85bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -ARG GITLAB_VERSION=v13.1.1-ubi8 +ARG GITLAB_VERSION=v13.1.2-ubi8 ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082 ARG BASE_IMAGE=gitlab/gitlab/gitlab-ruby -ARG BASE_TAG=13.1.1 +ARG BASE_TAG=13.1.2 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 1a0b4cb91ba374bf390568aec0f6cca97de75748..b26e4783e8f1c64c97f0e77a746419d1d4abaabc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "13.1.1-development") +dccscrPipeline(version: "13.1.2") diff --git a/build-scripts/build.sh b/build-scripts/build.sh index 72432255413346b7367ea5a6fc8f7be547222ff3..23c471702f76d5b8a8c27d2d0b0e686b418c7339 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -4,7 +4,7 @@ set -euxo pipefail -TAG=${1:-13.1.1} +TAG=${1:-13.1.2} REPOSITORY=${2:-} DOCKER_OPTS=${DOCKER_OPTS:-""} diff --git a/download.yaml b/download.yaml index 387b85c503c484e4384d0d2b804ef089d366c3ed..bf351a0a616785d60747660e107462004811425e 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.1.1-ubi8.tar" - filename: "ubi8-build-dependencies-v13.1.1-ubi8.tar" + - url: "https://gitlab-ubi.s3.us-east-2.amazonaws.com/ubi8-build-dependencies-v13.1.2-ubi8.tar" + filename: "ubi8-build-dependencies-v13.1.2-ubi8.tar" validation: type: "sha256" - value: "3f53617949bb8c50b5bb3bb728b0e2b7d849220b0406722bd781c2cb97325f1d" + value: "0d31edd9202d77105c17ebf662995295d335e8ede3f306fea48e022fc57dc994"