Draft: Winery integration test
- This is still a draft for now but if you want to test it use:
gitlab-ci-local test-winery --volume /var/run/docker.sock:/var/run/docker.sock
- Note that this is still failing in
build01
with the following error:Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
This is normal I need to change the way the gitlab runner is launched to be able to use docker iflucky
orpodman
probably (and I have absolutely no idea how that would behave). In the second case some adaptations need to be done in winery scripts to be able to use all three (docker, singularity and podman)
Edited by Rania Talbi