UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
G
GitLab
Gitlab
gitlab-task-runner
Commits
1089fb14
You need to sign in or sign up before continuing.
Verified
Commit
1089fb14
authored
Nov 02, 2020
by
Steven Terhar
Browse files
Update GitLab to 13.5.2 Security Release
parent
2bb7aacf
Pipeline
#67647
failed with stages
in 42 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
Dockerfile
Dockerfile
+2
-2
Jenkinsfile
Jenkinsfile
+1
-1
build-scripts/build.sh
build-scripts/build.sh
+1
-1
download.yaml
download.yaml
+4
-4
No files found.
Dockerfile
View file @
1089fb14
ARG
GITLAB_VERSION=v13.5.
0
-ubi8
ARG
GITLAB_VERSION=v13.5.
2
-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.5.
0
ARG
BASE_TAG=13.5.
2
ARG
RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG
RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
...
Jenkinsfile
View file @
1089fb14
@Library
(
'DCCSCR@master'
)
_
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
"13.5.
0
"
)
dccscrPipeline
(
version:
"13.5.
2
"
)
build-scripts/build.sh
View file @
1089fb14
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
set
-euxo
pipefail
set
-euxo
pipefail
TAG
=
${
1
:-
13
.5.
0
}
TAG
=
${
1
:-
13
.5.
2
}
REPOSITORY
=
${
2
:-}
REPOSITORY
=
${
2
:-}
DOCKER_OPTS
=
${
DOCKER_OPTS
:-
""
}
DOCKER_OPTS
=
${
DOCKER_OPTS
:-
""
}
...
...
download.yaml
View file @
1089fb14
resources
:
resources
:
-
url
:
"
http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.
0
-ubi8/gitlab-task-runner-ee.tar.gz"
-
url
:
"
http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.
2
-ubi8/gitlab-task-runner-ee.tar.gz"
filename
:
"
gitlab-task-runner-ee.tar.gz"
filename
:
"
gitlab-task-runner-ee.tar.gz"
validation
:
validation
:
type
:
"
sha256"
type
:
"
sha256"
value
:
"
f6cce7f4bafdb213527406fa744246792bb938bc7fbbe288a62ccbcaa34454fa
"
value
:
"
13b86831f1fe8e061ab23c476b18599213f5507fab76398d9a97b77309595af1
"
-
url
:
"
http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.
0
-ubi8/gitlab-python.tar.gz"
-
url
:
"
http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.
2
-ubi8/gitlab-python.tar.gz"
filename
:
"
gitlab-python.tar.gz"
filename
:
"
gitlab-python.tar.gz"
validation
:
validation
:
type
:
"
sha256"
type
:
"
sha256"
value
:
"
bca8d0bbdbce159fdc386d9dfe8c60428804d368831886575b57362ee0cc6f75
"
value
:
"
41afc62004fc7d721e25d8b339744da1652eee3de8f1da412dcc216d6196bfb9
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment