From ca3d98d64d9f3539908b71ca96c676d65e1e239f 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 | 5 ++--- build-scripts/build.sh | 2 +- download.yaml | 10 ---------- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8574072..ba041ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,8 @@ -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/gitlab-rails -ARG BASE_TAG=13.4.2 - +ARG BASE_TAG=13.4.4 ARG RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${RAILS_IMAGE} diff --git a/build-scripts/build.sh b/build-scripts/build.sh index 99eb9cd..7b5be2b 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 2f529d3..2949157 100644 --- a/download.yaml +++ b/download.yaml @@ -1,11 +1 @@ resources: - - url: "http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.4.2-ubi8/gitlab-sidekiq-ee.tar.gz" - filename: "gitlab-sidekiq-ee.tar.gz" - validation: - type: "sha256" - value: "40b265898d286013b51b22dba1f88aa75b06e125cc25991fbe52739a0d5ff15e" - - 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" -- GitLab