... | ... | @@ -46,4 +46,7 @@ by Immerda of Switzerland. |
|
|
|
|
|
# Use Buildah instead of dind
|
|
|
Follow [instructions](https://medium.com/prgcont/using-buildah-in-gitlab-ci-9b529af19e42). [Best practices](https://developers.redhat.com/blog/2019/08/14/best-practices-for-running-buildah-in-a-container)
|
|
|
explains configurations we might want to consider. |
|
|
\ No newline at end of file |
|
|
explains configurations we might want to consider.
|
|
|
|
|
|
# Use podman with docker executor
|
|
|
From version 15.3 GitLab supports podman as a drop-in replacement for docker. Check out [documentation](https://docs.gitlab.com/runner/executors/docker.html#use-podman-to-run-docker-commands). |
|
|
\ No newline at end of file |