From 6a33e444ab045fa7517b353732fca8041aaf0236 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 10 May 2023 12:12:04 +0000 Subject: [PATCH] Update 2 files - /job-templates.tpl.yml - /templates/build-container.tpl.yml --- job-templates.tpl.yml | 2 +- templates/build-container.tpl.yml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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