Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Reddit Team
Commits
03e93d6a
Commit
03e93d6a
authored
Nov 28, 2025
by
Benavides Ontiveros
Browse files
add docker:dind
parent
eb76aacb
Pipeline
#12169
failed with stages
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
03e93d6a
...
@@ -17,7 +17,7 @@ variables:
...
@@ -17,7 +17,7 @@ variables:
tags
:
[
"
ubuntu"
,
"
vm"
]
# MUST match your runner tags
tags
:
[
"
ubuntu"
,
"
vm"
]
# MUST match your runner tags
image
:
docker:24.0.9
# Contains Docker client
image
:
docker:24.0.9
# Contains Docker client
services
:
services
:
-
docker:dind
# Docker daemon for build
ing
/push
ing images
-
docker:dind
# Docker daemon for build/push
variables
:
variables
:
DOCKER_HOST
:
tcp://docker:2375
DOCKER_HOST
:
tcp://docker:2375
DOCKER_TLS_CERTDIR
:
"
"
DOCKER_TLS_CERTDIR
:
"
"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment