Commit 67f9ed93 authored by Gadhave's avatar Gadhave
Browse files

Check docker version in runners .gitlab-ci.yml file

parent 3d4fed0c
Pipeline #12031 failed with stage
in 44 seconds
stages:
- build
build:
stage: build
script:
- echo "Pipeline scaffolding OK"
check-docker-versions:
image: docker:24
services:
- docker:24-dind
variables:
DOCKER_HOST: "tcp://docker:2375/"
DOCKER_TLS_CERTDIR: ""
script:
- docker --version
- docker version --format '{{.Server.Version}}'
- docker-compose --version || echo "docker-compose not installed"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment