-
Notifications
You must be signed in to change notification settings - Fork 20
Add support for services via CI_JOB_SERVICES #5
Comments
Hey, I was about to build a podman executor for GitLab, glad I found this, I wasn't able to understand what the CI_JOB_SERVICES does could you explain it I'm confused. I'm guessing it's the services option in the YAML file right? Also, I don't mind helping for anything else too, let me know cause I recently tried to replace docker 1:1 with podman and I got it to work. I've written about it here. I will try to run this directly and see if I can find any issues. |
Hi @afro-coder, the links above should have examples of what the |
Hey @jonasbb is this what this variable is? Seems like Gitlab already exports this Do we have to pass these to podman to run the containers before we do the image build? So docker does this by the |
Yes, that is the same variable. GitLab supports it already, that is what the merge request in the first comment is about. I have no idea how to implement this. I guess you need to start some more containers, connect them via some network, and tear them down in the opposite order. |
Yeah, same even I haven't used services. |
Relevant issues for Gitlab
The text was updated successfully, but these errors were encountered: