|
@@ -8,6 +8,7 @@ variables:
|
|
|
SSH_PRIVATE_KEY: $SSH_PRIVATE_KEY
|
|
SSH_PRIVATE_KEY: $SSH_PRIVATE_KEY
|
|
|
XDEBUG_MODE: coverage
|
|
XDEBUG_MODE: coverage
|
|
|
DOCKER_BUILDKIT: 1
|
|
DOCKER_BUILDKIT: 1
|
|
|
|
|
+ DOCKER_TLS_CERTDIR: "/certs"
|
|
|
|
|
|
|
|
cache:
|
|
cache:
|
|
|
paths:
|
|
paths:
|
|
@@ -26,7 +27,7 @@ build_image:
|
|
|
stage: build
|
|
stage: build
|
|
|
image: docker:28.1
|
|
image: docker:28.1
|
|
|
services:
|
|
services:
|
|
|
- - docker:dind
|
|
|
|
|
|
|
+ - docker::28.1-dind
|
|
|
variables:
|
|
variables:
|
|
|
DOCKER_TLS_CERTDIR: ""
|
|
DOCKER_TLS_CERTDIR: ""
|
|
|
DOCKER_DEBUG: 1
|
|
DOCKER_DEBUG: 1
|