diff --git a/Dockerfile b/Dockerfile index d5abba4a938322e9d8966568ce12b3a536801abd..a0d7f18d8ff37b1d95d10545f72bbfb681868ae5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GITLAB_VERSION=v13.1.1-ubi8 +ARG GITLAB_VERSION=v13.1.3-ubi8 ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082 ARG BASE_IMAGE=redhat/ubi/ubi8 diff --git a/Jenkinsfile b/Jenkinsfile index 1a0b4cb91ba374bf390568aec0f6cca97de75748..08a04e7b2b8186ec2e3f016e3739f2e67cc8b601 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "13.1.1-development") +dccscrPipeline(version: "13.1.3") diff --git a/build-scripts/build.sh b/build-scripts/build.sh index f803d529aa6badbab455e15d925538990f5501f9..e27d40ba9cd18e158afaff10043ce9b0e593c78d 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.3} REPOSITORY=${2:-} DOCKER_OPTS=${DOCKER_OPTS:-""} diff --git a/download.yaml b/download.yaml index 84b7000e724d91e3b0014fde76471e52baf1819e..6b3382080be1e88ecda0a22e363f76e38eab6c56 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" # could be named whatever you want + - url: "https://gitlab-ubi.s3.us-east-2.amazonaws.com/ubi8-build-dependencies-v13.1.3-ubi8.tar" + filename: "ubi8-build-dependencies-v13.1.3-ubi8.tar" # could be named whatever you want validation: type: "sha256" - value: "3f53617949bb8c50b5bb3bb728b0e2b7d849220b0406722bd781c2cb97325f1d" + value: "073b5f9677cb1493955f7ecd122b0ecf9f49d72e1bd082b1f5affdc95fe9e4b5"