aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-07-13 11:31:44 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-07-13 11:31:44 +0200
commit42df4261fcefb4b475c09235043ebb48a3154982 (patch)
tree044886ec1591ee8b0a59d521e7b84ce19d9eb351 /.gitlab-ci.yml
parentcef25f1a0635f45e7c614acf4789c0e5b9c97e4c (diff)
downloads2i-jekyll-42df4261fcefb4b475c09235043ebb48a3154982.tar.gz
build with podman
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
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