diff --git a/Dockerfile b/Dockerfile index da6d3126201993937ea76bb9959c5359d0b5e831..ec202b2c3bb74d106130e0897ea0764560d258d6 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/git-base -ARG BASE_TAG=13.0.4 +ARG BASE_TAG=13.0.5 ARG UBI_IMAGE=${BASE_REGISTRY}/redhat/ubi/ubi8:8.2 ARG GIT_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -19,7 +19,7 @@ RUN /build-scripts/prepare.sh "/opt/${PACKAGE_NAME}" FROM ${GIT_IMAGE} -ARG GITALY_SERVER_VERSION=v13.0.4 +ARG GITALY_SERVER_VERSION=v13.0.5 ARG GITLAB_USER=git ARG DNF_OPTS diff --git a/Jenkinsfile b/Jenkinsfile index 107d946b9dac00996bd4a0201bf45bea91de2583..069dd50da43357071a5655aabb3b01b80ec4e662 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,3 @@ @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 d932f4a12f5b929b5bbdad5b6f8b1ea6e9c7423a..1b3353eee8acf7272e171e1c02309c81988fe779 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.json b/download.json index 0be07bd1519bcc100769f749bc744bde53688f4e..65140569606fe3b757697210cfed89f34dfb3ea2 100644 --- a/download.json +++ b/download.json @@ -1,10 +1,10 @@ { "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" } } ] }