From 42df4261fcefb4b475c09235043ebb48a3154982 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 13 Jul 2020 11:31:44 +0200 Subject: build with podman --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 249d61a..61c74f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,15 +4,16 @@ # Mentioned here: https://blog.callr.tech/building-docker-images-with-gitlab-ci-best-practices/ # do not use "latest" here, if you want this to work in the future -image: docker:18 +#image: docker:18 +image: registry.gitlab.com/kraxel/podman-docker-builder:latest stages: - build - push # Use this if your GitLab runner does not use socket binding -services: - - docker:dind +#services: +# - docker:dind before_script: # docker login asks for the password to be passed through stdin for security -- cgit