UNCLASSIFIED

Verified Commit 0a5d6d34 authored by DJ Mountney's avatar DJ Mountney
Browse files

Update GitLab to the 13.0.6 Security patch

parent c1d8f89f
Pipeline #22094 failed with stage
ARG GITLAB_VERSION=v13.0.4-ubi8 ARG GITLAB_VERSION=v13.0.6-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.0.4 ARG BASE_TAG=13.0.6
ARG UBI_IMAGE=${BASE_REGISTRY}/redhat/ubi/ubi8:8.2 ARG UBI_IMAGE=${BASE_REGISTRY}/redhat/ubi/ubi8:8.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.0.4") dccscrPipeline(version: "13.0.6")
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
set -euxo pipefail set -euxo pipefail
TAG=${1:-13.0.4} TAG=${1:-13.0.6}
REPOSITORY=${2:-} REPOSITORY=${2:-}
DOCKER_OPTS=${DOCKER_OPTS:-""} DOCKER_OPTS=${DOCKER_OPTS:-""}
......
{ "resources": { "resources":
[ [
{ "url" : "https://gitlab-ubi.s3.us-east-2.amazonaws.com/ubi8-build-dependencies-v13.0.4-ubi8.tar", { "url" : "https://gitlab-ubi.s3.us-east-2.amazonaws.com/ubi8-build-dependencies-v13.0.6-ubi8.tar",
"filename": "ubi8-build-dependencies-v13.0.4-ubi8.tar", "filename": "ubi8-build-dependencies-v13.0.6-ubi8.tar",
"validation": { "validation": {
"type": "sha256", "type": "sha256",
"value": "3ed3236f0191941c9b97580aa30d75d109257a6716daee5601cf26648a6eca25" "value": "f9fb8dfbf6a845c24b26a5b18c5e0c6b5b474a61f812367f89afd2913788abee"
} }
} }
] } ] }
  • Pipeline Status: FAILURE
    FAILURE Stage: S3 Artifacts
    Branch: gitlab-release-13-0-6

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::SUCCESS --> 2((/)):::INTERNAL_SUCCESS --> 3([Stage Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Build]):::SUCCESS --> 6([Publish, Scan & Report]):::INTERNAL_FAILURE
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    
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