You need to sign in or sign up before continuing.
Commit 03e93d6a authored by Benavides Ontiveros's avatar Benavides Ontiveros
Browse files

add docker:dind

parent eb76aacb
Pipeline #12169 failed with stages
in 20 seconds
...@@ -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 building/pushing 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: ""
......
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