diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 11:31:44 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 11:31:44 +0200 |
commit | 42df4261fcefb4b475c09235043ebb48a3154982 (patch) | |
tree | 044886ec1591ee8b0a59d521e7b84ce19d9eb351 | |
parent | cef25f1a0635f45e7c614acf4789c0e5b9c97e4c (diff) | |
download | s2i-jekyll-42df4261fcefb4b475c09235043ebb48a3154982.tar.gz |
build with podman
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files 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 |