UNCLASSIFIED

You need to sign in or sign up before continuing.
Verified Commit 7bbbb29e authored by Gerard Hickey's avatar Gerard Hickey
Browse files

Update GitLab to the 13.4.4 Patch Release

parent a8b702eb
Pipeline #55829 failed with stages
in 32 seconds
ARG GITLAB_VERSION=v13.4.2-ubi8 ARG GITLAB_VERSION=v13.4.4-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.4.2 ARG BASE_TAG=13.4.4
ARG RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ARG RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM ${RAILS_IMAGE} FROM ${RAILS_IMAGE}
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
set -euxo pipefail set -euxo pipefail
TAG=${1:-13.4.2} TAG=${1:-13.4.4}
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.4.2-ubi8/gitlab-task-runner-ee.tar.gz"
filename: "gitlab-task-runner-ee.tar.gz"
validation:
type: "sha256"
value: "83f23c133b26f8ceb9aba3b871101acd819ac319ae920584db20d12be6b87167"
- url: "http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.4.2-ubi8/gitlab-python.tar.gz"
filename: "gitlab-python.tar.gz"
validation:
type: "sha256"
value: "71215488bfd9d261757fe045e3f527376a24e9f3712229c2a0b820e7ee705929"
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