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
Telegram Team
Commits
67f9ed93
Commit
67f9ed93
authored
Nov 01, 2025
by
Gadhave
Browse files
Check docker version in runners .gitlab-ci.yml file
parent
3d4fed0c
Pipeline
#12031
failed with stage
in 44 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
67f9ed93
stages
:
-
build
build
:
stage
:
build
check-docker-versions
:
image
:
docker:24
services
:
-
docker:24-dind
variables
:
DOCKER_HOST
:
"
tcp://docker:2375/"
DOCKER_TLS_CERTDIR
:
"
"
script
:
-
echo "Pipeline scaffolding OK"
-
docker --version
-
docker version --format '{{.Server.Version}}'
-
docker-compose --version || echo "docker-compose not installed"
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