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

Trying with TLS on docker 19.03.12

parent fc09a5f0
No related merge requests found
Pipeline #14429 failed with stage
in 15 seconds
Showing with 2 additions and 3 deletions
+2 -3
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
variables: variables:
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
stages: stages:
- moringa-docker - moringa-docker
...@@ -14,8 +13,8 @@ base-otb: ...@@ -14,8 +13,8 @@ base-otb:
extends: extends:
- .shared_dind_runners - .shared_dind_runners
stage: moringa-docker stage: moringa-docker
image: docker:19.03.8 image: docker:19.03.12
services: services:
- docker:19.03.8-dind - docker:19.03.12-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