You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But just yesterday, I continuously get this error in the github actions pipeline:
Run docker-practice/actions-setup-docker@master
check docker systemd status
check docker version
add apt source
update apt cache
show available docker version
remove default moby
install docker
check docker version
check docker systemd status
show default daemon json content
/usr/bin/sudo cat /etc/docker/daemon.json
cat: /etc/docker/daemon.json: No such file or directory
Error: Error: The process '/usr/bin/sudo' failed with exit code 1
After some experimenting, I tried to downgrade to using ubuntu-22.04 (from ubuntu-latest, which is ubuntu-24.04), and then it all works. So I've posted an issue here:
We had the same issue. I tried to deactivate experimental with the config of the action, like it is suggested in the linked issue, but that didn't change anything. I wanted to prevent downgrading Ubuntu.
We now replaced this GitHub action with this action: https://github.com/crazy-max/ghaction-setup-docker
It was straightforward to migrate, just changed the uses: property. This action also has the advantage of better versioning.
Hi, and first of all, a great package!
But just yesterday, I continuously get this error in the github actions pipeline:
The job runs on ubuntu-latest, with this setup:
I think it's a problem with some runners hosted by github, but is there something we can do to handle this?
Best regards.
Hans Erik Heggem
The text was updated successfully, but these errors were encountered: