UNCLASSIFIED

You need to sign in or sign up before continuing.
Verified Commit 1089fb14 authored by Steven Terhar's avatar Steven Terhar
Browse files

Update GitLab to 13.5.2 Security Release

parent 2bb7aacf
Pipeline #67647 failed with stages
in 42 seconds
ARG GITLAB_VERSION=v13.5.0-ubi8 ARG GITLAB_VERSION=v13.5.2-ubi8
ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082 ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082
ARG BASE_IMAGE=gitlab/gitlab/gitlab-rails ARG BASE_IMAGE=gitlab/gitlab/gitlab-rails
ARG BASE_TAG=13.5.0 ARG BASE_TAG=13.5.2
ARG RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ARG RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
@Library('DCCSCR@master') _ @Library('DCCSCR@master') _
dccscrPipeline(version: "13.5.0") dccscrPipeline(version: "13.5.2")
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
set -euxo pipefail set -euxo pipefail
TAG=${1:-13.5.0} TAG=${1:-13.5.2}
REPOSITORY=${2:-} REPOSITORY=${2:-}
DOCKER_OPTS=${DOCKER_OPTS:-""} DOCKER_OPTS=${DOCKER_OPTS:-""}
......
resources: resources:
- url: "http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.0-ubi8/gitlab-task-runner-ee.tar.gz" - url: "http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.2-ubi8/gitlab-task-runner-ee.tar.gz"
filename: "gitlab-task-runner-ee.tar.gz" filename: "gitlab-task-runner-ee.tar.gz"
validation: validation:
type: "sha256" type: "sha256"
value: "f6cce7f4bafdb213527406fa744246792bb938bc7fbbe288a62ccbcaa34454fa" value: "13b86831f1fe8e061ab23c476b18599213f5507fab76398d9a97b77309595af1"
- url: "http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.0-ubi8/gitlab-python.tar.gz" - url: "http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.2-ubi8/gitlab-python.tar.gz"
filename: "gitlab-python.tar.gz" filename: "gitlab-python.tar.gz"
validation: validation:
type: "sha256" type: "sha256"
value: "bca8d0bbdbce159fdc386d9dfe8c60428804d368831886575b57362ee0cc6f75" value: "41afc62004fc7d721e25d8b339744da1652eee3de8f1da412dcc216d6196bfb9"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment