Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert docker.sock path to /var/run/docker.sock #2536

Merged
merged 5 commits into from
Apr 27, 2023
Merged

Conversation

mumoshu
Copy link
Collaborator

@mumoshu mumoshu commented Apr 25, 2023

Starting ARC v0.27.2, we've changed the docker.sock path from /var/run/docker.sock to /var/run/docker/docker.sock. That resulted in breaking some container-based actions due to the hard-coded docker.sock path in various places.

Even actions/runner seem to use /var/run/docker.sock for building container-based actions and for service containers?

Anyway, this fixes that by moving the sock file back to the previous location.

Once this gets merged, users stuck at ARC v0.27.1, previously upgraded to 0.27.2 or 0.27.3 and reverted back to v0.27.1 due to #2519, should be able to upgrade to the upcoming v0.27.4.

Resolves #2519
Resolves #2538

@Link- Link- added the community Community contribution label Apr 26, 2023
@mumoshu
Copy link
Collaborator Author

mumoshu commented Apr 27, 2023

Thank you very much for your review @nikola-jokic! Merging.

@mumoshu mumoshu merged commit 94c089c into master Apr 27, 2023
13 checks passed
@mumoshu mumoshu deleted the fix-docker-sock-path branch April 27, 2023 04:06
@navi86
Copy link

navi86 commented Apr 27, 2023

@mumoshu when v0.27.4 will be released ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
4 participants