From fd30f4a10ce061f76b6c242c7658ffe67bec23da Mon Sep 17 00:00:00 2001 From: Andy Maksymowicz Date: Wed, 15 Jul 2020 14:33:30 +0000 Subject: [PATCH 1/5] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1a0b4cb..16dc23d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "13.1.1-development") +dccscrPipeline(version: "13.1.1") -- GitLab From ce406f3a7ae74e73c1e2d926e2f6a05751fd122e Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Mon, 20 Jul 2020 19:20:42 +0000 Subject: [PATCH 2/5] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d5abba4..a0d7f18 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 -- GitLab From cd5c40e37aaa7927e205868f68e983c47b30cacb Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Mon, 20 Jul 2020 19:21:00 +0000 Subject: [PATCH 3/5] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 16dc23d..96a692b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "13.1.1") +dccscrPipeline(version: "13.1.3-development") -- GitLab From 2323fd8313610bfa0f095643d83d14e63ee98dcc Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Mon, 20 Jul 2020 19:21:23 +0000 Subject: [PATCH 4/5] Update build.sh --- build-scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/build.sh b/build-scripts/build.sh index f803d52..e27d40b 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:-""} -- GitLab From 5f62db6e462eaf525d67ea232045007dc8d8ee8b Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Mon, 20 Jul 2020 19:22:01 +0000 Subject: [PATCH 5/5] Update download.yaml --- download.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/download.yaml b/download.yaml index 84b7000..6b33820 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" -- GitLab