diff --git a/job-templates.tpl.yml b/job-templates.tpl.yml index 6734825..a225af1 100644 --- a/job-templates.tpl.yml +++ b/job-templates.tpl.yml @@ -11,7 +11,7 @@ workflow: render-job-templates-yml: stage: render - image: debian:bullseye-slim + image: registry.durp.info/debian:bullseye-slim script: - ./scripts/install-curl.sh - ./scripts/install-git.sh diff --git a/templates/build-container.tpl.yml b/templates/build-container.tpl.yml index 96d9361..11cd816 100644 --- a/templates/build-container.tpl.yml +++ b/templates/build-container.tpl.yml @@ -14,7 +14,10 @@ version: build-container: image: registry.durp.info/docker:20.10.16 variables: - DOCKER_TLS_CERTDIR: "/certs" + DOCKER_DRIVER: overlay2 + DOCKER_TLS_CERTDIR: "" + DOCKER_HOST: tcp://docker:2375 + #DOCKER_TLS_CERTDIR: "/certs" services: - docker:20.10.16-dind stage: build