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
c9183f23
Verified
Commit
c9183f23
authored
Dec 22, 2020
by
DJ Mountney
Browse files
Upgrade GitLab to the 13.7.0 Feature Release
parent
41cf0ff4
Pipeline
#111968
failed with stages
in 5 minutes and 7 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
Dockerfile
Dockerfile
+3
-3
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 @
c9183f23
ARG
GITLAB_VERSION=v13.
6.3
-ubi8
ARG
GITLAB_VERSION=v13.
7.0
-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.
6.3
ARG
BASE_TAG=13.
7.0
ARG
RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG
RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
@@ -12,7 +12,7 @@ ARG GITLAB_VERSION
...
@@ -12,7 +12,7 @@ ARG GITLAB_VERSION
ARG
GITLAB_USER=git
ARG
GITLAB_USER=git
ARG
DNF_OPTS
ARG
DNF_OPTS
LABEL
source="https://gitlab.com/gitlab-org/
gitlab
" \
LABEL
source="https://gitlab.com/gitlab-org/
build/CNG/-/tree/master/gitlab-task-runner
" \
name="GitLab Task Runner" \
name="GitLab Task Runner" \
maintainer="GitLab Distribution Team" \
maintainer="GitLab Distribution Team" \
vendor="GitLab" \
vendor="GitLab" \
...
...
Jenkinsfile
View file @
c9183f23
@Library
(
'DCCSCR@master'
)
_
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
"13.
6.3
"
)
dccscrPipeline
(
version:
"13.
7.0
"
)
build-scripts/build.sh
View file @
c9183f23
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
set
-euxo
pipefail
set
-euxo
pipefail
TAG
=
${
1
:-
13
.
6.3
}
TAG
=
${
1
:-
13
.
7.0
}
REPOSITORY
=
${
2
:-}
REPOSITORY
=
${
2
:-}
DOCKER_OPTS
=
${
DOCKER_OPTS
:-
""
}
DOCKER_OPTS
=
${
DOCKER_OPTS
:-
""
}
...
...
download.yaml
View file @
c9183f23
resources
:
resources
:
-
url
:
"
https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.
6.3
-ubi8/gitlab-task-runner-ee.tar.gz"
-
url
:
"
https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.
7.0
-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
:
"
98f62cd2c0e50e80187c5119c259311d720c4801b3e5cd9d1ccd5129d2532f2f
"
value
:
"
a63d7abce0e89d664005cc1b88439328e0e34dfb11688ae40a0a43136f9d5c50
"
-
url
:
"
https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.
6.3
-ubi8/gitlab-python.tar.gz"
-
url
:
"
https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.
7.0
-ubi8/gitlab-python.tar.gz"
filename
:
"
gitlab-python.tar.gz"
filename
:
"
gitlab-python.tar.gz"
validation
:
validation
:
type
:
"
sha256"
type
:
"
sha256"
value
:
"
6fae28841db8c515045f85dfc74291f1d57
fb956
9ee63fe583ad2eabbdb7023
1"
value
:
"
bda413f64821282b5
fb9
9
56
b997a4d0200db73fe5201a7d3b1e72620a5f61c9
1"
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