1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

pipe docker

This commit is contained in:
MoonTestUse1
2025-02-09 02:31:53 +06:00
parent 9bf4a76ef3
commit 8ae20afd98

View File

@@ -11,13 +11,12 @@ build-backend:
stage: build
image: docker:20.10.16
variables:
DOCKER_HOST: tcp://dind:2375
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
#DOCKER_TLS_VERIFY: 1
services:
- name: docker:20.10.16-dind
alias: dind
command: ["--tls=false"]
before_script:
- until docker info; do sleep 1; done
@@ -36,11 +35,10 @@ build-frontend:
stage: build
image: docker:20.10.16
variables:
DOCKER_HOST: tcp://dind:2375
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
services:
- name: docker:20.10.16-dind
alias: dind
command: ["--tls=false"]
before_script:
- docker info