From ba354509beb8586f99e452a160a47bf1fe767aaa Mon Sep 17 00:00:00 2001 From: Gerard Hickey Date: Thu, 15 Oct 2020 18:41:34 -0700 Subject: [PATCH] Update GitLab to the 13.4.4 Patch Release --- Dockerfile | 6 +++--- build-scripts/build.sh | 2 +- download.yaml | 5 ----- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index f186c41..56ce0d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,14 @@ -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_IMAGE=gitlab/gitlab/git-base -ARG BASE_TAG=13.4.2 +ARG BASE_TAG=13.4.4 ARG GIT_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${GIT_IMAGE} -ARG GITALY_SERVER_VERSION=v13.4.2 +ARG GITALY_SERVER_VERSION=v13.4.4 ARG GITLAB_USER=git ARG DNF_OPTS diff --git a/build-scripts/build.sh b/build-scripts/build.sh index 6b818e0..a880940 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -4,7 +4,7 @@ set -euxo pipefail -TAG=${1:-13.4.2} +TAG=${1:-13.4.4} REPOSITORY=${2:-} DOCKER_OPTS=${DOCKER_OPTS:-""} diff --git a/download.yaml b/download.yaml index 18bb7ff..2949157 100644 --- a/download.yaml +++ b/download.yaml @@ -1,6 +1 @@ resources: - - url: "http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.4.2-ubi8/gitaly.tar.gz" - filename: "gitaly.tar.gz" - validation: - type: "sha256" - value: "73972ae3f618bba44a15d7856d4f6830a0c892a6f3e76b67baf9b0ab2ab17d19" -- GitLab