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
7bbbb29e
You need to sign in or sign up before continuing.
Verified
Commit
7bbbb29e
authored
Oct 15, 2020
by
Gerard Hickey
Browse files
Update GitLab to the 13.4.4 Patch Release
parent
a8b702eb
Pipeline
#55829
failed with stages
in 32 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
14 deletions
+3
-14
Dockerfile
Dockerfile
+2
-3
build-scripts/build.sh
build-scripts/build.sh
+1
-1
download.yaml
download.yaml
+0
-10
No files found.
Dockerfile
View file @
7bbbb29e
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_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.4.2
ARG
BASE_TAG=13.4.4
ARG
RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG
RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${RAILS_IMAGE}
FROM
${RAILS_IMAGE}
...
...
build-scripts/build.sh
View file @
7bbbb29e
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
set
-euxo
pipefail
set
-euxo
pipefail
TAG
=
${
1
:-
13
.4.
2
}
TAG
=
${
1
:-
13
.4.
4
}
REPOSITORY
=
${
2
:-}
REPOSITORY
=
${
2
:-}
DOCKER_OPTS
=
${
DOCKER_OPTS
:-
""
}
DOCKER_OPTS
=
${
DOCKER_OPTS
:-
""
}
...
...
download.yaml
View file @
7bbbb29e
resources
:
resources
:
-
url
:
"
http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.4.2-ubi8/gitlab-task-runner-ee.tar.gz"
filename
:
"
gitlab-task-runner-ee.tar.gz"
validation
:
type
:
"
sha256"
value
:
"
83f23c133b26f8ceb9aba3b871101acd819ac319ae920584db20d12be6b87167"
-
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"
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