From a6101d9ce6149da57f5279c6855be890256ae5c3 Mon Sep 17 00:00:00 2001 From: Gerard Hickey Date: Thu, 15 Oct 2020 18:41:35 -0700 Subject: [PATCH] Update GitLab to the 13.4.4 Patch Release --- Dockerfile | 2 +- build-scripts/build.sh | 2 +- download.yaml | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1b52a66..a23efcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -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=redhat/ubi/ubi8 diff --git a/build-scripts/build.sh b/build-scripts/build.sh index 8204c46..6f64c78 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 08f0363..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/gitlab-ruby.tar.gz" - filename: "gitlab-ruby.tar.gz" - validation: - type: "sha256" - value: "1189131a98a93e1ebe523c0897deb39870f69c53f45362de081220221ae1825c" -- GitLab