mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 17:19:25 +00:00
10 lines
234 B
YAML
10 lines
234 B
YAML
# This file is a template, and might need editing before it works on your project.
|
|
docker-build-master:
|
|
# Official docker image.
|
|
image: docker:latest
|
|
stage: build
|
|
services:
|
|
- docker:dind
|
|
script:
|
|
- docker --version
|
|
|