Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INJECT
frontend
Commits
d9f2416a
There was an error fetching the commit references. Please try again later.
Commit
d9f2416a
authored
10 months ago
by
Adam Parák
💬
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
774c2736
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-0
9 additions, 0 deletions
.gitlab-ci.yml
with
9 additions
and
0 deletions
.gitlab-ci.yml
+
9
−
0
View file @
d9f2416a
...
@@ -10,6 +10,14 @@ variables:
...
@@ -10,6 +10,14 @@ variables:
CI_REGISTRY
:
gitlab.fi.muni.cz:5050/inject/container-registry/$CI_REGISTRY_IMAGE
CI_REGISTRY
:
gitlab.fi.muni.cz:5050/inject/container-registry/$CI_REGISTRY_IMAGE
IMAGE_TAG
:
$CI_REGISTRY:$VER
IMAGE_TAG
:
$CI_REGISTRY:$VER
IMAGE_LATEST
:
$CI_REGISTRY:latest
IMAGE_LATEST
:
$CI_REGISTRY:latest
# using "docker" as the host is only possible if you alias the service below
DOCKER_HOST
:
tcp://docker:2375
# could be wrong here but although Docker defaults to overlay2,
# Docker-in-Docker (DIND) does not according to the following GitLab doc:
# https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#use-the-overlayfs-driver
DOCKER_DRIVER
:
overlay2
DOCKER_TLS_CERTDIR
:
"
"
default
:
default
:
tags
:
tags
:
...
@@ -47,6 +55,7 @@ create-image:
...
@@ -47,6 +55,7 @@ create-image:
services
:
services
:
-
name
:
docker:20.10.16-dind
-
name
:
docker:20.10.16-dind
alias
:
docker
alias
:
docker
command
:
[
"
--tls=false"
]
stage
:
buildimage
stage
:
buildimage
only
:
only
:
refs
:
refs
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment