docker / setup-qemu-action

GitHub Action to install QEMU static binaries
https://github.com/marketplace/actions/docker-setup-qemu
Apache License 2.0
456 stars 61 forks source link

Unable to run Docker commands on latest Github Arm Runners #164

Closed 00r2 closed 2 months ago

00r2 commented 2 months ago

Contributing guidelines

I've found a bug, and:

Description

The setup Qemu step is failing with below error Error: Unable to locate executable file: docker. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.

image

A relevant discussion on the repo also mentions the same behavior -> https://github.com/docker/setup-qemu-action/discussions/137

Expected behaviour

To be able to access the docker env and successfully complete setup/Qemu step

Actual behaviour

Failed during setup with error saying unable to locate the docker executable

Repository URL

No response

Workflow run URL

No response

YAML workflow

---
NA

Workflow logs

No response

BuildKit logs

No response

Additional info

No response

00r2 commented 2 months ago

Could this be a limitation on the runner itself, Per their docs the runner comes with docker pre-installed

Link

Am I missing something?

00r2 commented 2 months ago

You can ignore this, It was an issue with the image of the runner, the latest tag was not used so it pulled earlier image that didn't had docker.