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
This issue is to reopen/replace #10697 as the issue was not resolved, and users were asked to downgrade to Ubuntu 22.04 as a workaround. Now that ubuntu-24.04 is being rolled out as ubuntu-latest, can you revisit the problem?
As it was stated in the other issue, when using docker github actions package to install docker for building container images https://github.com/docker-practice/actions-setup-docker , the workflow fails with the following response:
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
I have tried both ubuntu-22.04 and ubuntu-latest (ubuntu-24.04) today and the docker compatibility issue with Ubuntu 24.04 is still there. The following is the main.yml in my case:
To successfully install docker with docker-practice/actions-setup-docker@master
Actual behavior
The docker installation fails with:
/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
Repro steps
Setup a github actions script with above configurations (maybe pinning to using ubuntu-24.04) and then the job fails with installing docker.
The text was updated successfully, but these errors were encountered:
Description
This issue is to reopen/replace #10697 as the issue was not resolved, and users were asked to downgrade to Ubuntu 22.04 as a workaround. Now that ubuntu-24.04 is being rolled out as ubuntu-latest, can you revisit the problem?
As it was stated in the other issue, when using docker github actions package to install docker for building container images https://github.com/docker-practice/actions-setup-docker , the workflow fails with the following response:
I have tried both ubuntu-22.04 and ubuntu-latest (ubuntu-24.04) today and the docker compatibility issue with Ubuntu 24.04 is still there. The following is the main.yml in my case:
Platforms affected
Runner images affected
Image version and build link
Failed build using ubuntu-latest aka ubuntu-24.04 https://github.com/YasharF/mailchecker/actions/runs/12816611467
Passed build after downgrading aka ubuntu-22.04 https://github.com/YasharF/mailchecker/actions/runs/12816853681
Is it regression?
ubuntu-24.04 aka ubuntu-latest
Expected behavior
To successfully install docker with docker-practice/actions-setup-docker@master
Actual behavior
The docker installation fails with:
Repro steps
Setup a github actions script with above configurations (maybe pinning to using ubuntu-24.04) and then the job fails with installing docker.
The text was updated successfully, but these errors were encountered: