Adjusted ordering and added more things to test out issues with docker:dind to get working
This commit is contained in:
@@ -1,17 +1,19 @@
|
|||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- name: docker:dind
|
||||||
|
entrypoint: ["env", "-u", "DOCKER_HOST"]
|
||||||
|
command: ["dockerd-entrypoint.sh"]
|
||||||
|
|
||||||
|
variables:
|
||||||
|
DOCKER_DRIVER: overlay2
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- Build Base
|
- Build Base
|
||||||
- Build Variants
|
- Build Variants
|
||||||
- Push Images
|
- Push Images
|
||||||
|
|
||||||
variables:
|
|
||||||
DOCKER_DRIVER: overlay2
|
|
||||||
DOCKER_TLS_CERTDIR: ""
|
|
||||||
|
|
||||||
build-base:
|
build-base:
|
||||||
stage: Build Base
|
stage: Build Base
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Reference in New Issue
Block a user