Commit fc09a5f0 authored by Vincent Delbar's avatar Vincent Delbar
Browse files

Back to dind

parent f2677c0d
No related merge requests found
Pipeline #14433 passed with stage
in 2 minutes and 46 seconds
Showing with 19 additions and 1 deletion
+19 -1
moringa: .shared_dind_runners:
tags:
- dind
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
stages:
- moringa-docker
base-otb:
extends:
- .shared_dind_runners
stage: moringa-docker
image: docker:19.03.8
services:
- docker:19.03.8-dind
script: script:
- docker build -t moringa . - docker build -t moringa .
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