mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
updates
This commit is contained in:
parent
7d0a9e4cce
commit
a0505c1891
8 changed files with 90 additions and 181 deletions
16
templates/docker.tpl.yml
Normal file
16
templates/docker.tpl.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.docker-build-container:
|
||||
image: registry.durp.info/docker:20.10.17
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
DOCKER_HOST: tcp://127.0.0.1:2375/
|
||||
services:
|
||||
- name: docker:dind
|
||||
entrypoint: ["dockerd-entrypoint.sh", "--tls=false"]
|
||||
stage: build
|
||||
script:
|
||||
- ./scripts/docker-login.sh
|
||||
- ./scripts/docker-build.sh
|
||||
needs:
|
||||
- job: version
|
||||
artifacts: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue