cybersecsi / RAUDI

A repo to automatically generate and keep updated a series of Docker images through GitHub Actions.
GNU General Public License v3.0
545 stars 33 forks source link

If buildx is not configured, RAUDI fails #29

Closed giper45 closed 2 years ago

giper45 commented 2 years ago

Describe the bug

If you try to run RAUDI on a machine that has not configured buildx, the build fails. It is not relevant as we are focused on building the images, but it would be useful to add this information in README documentation in a clear way, as it could discourage people to contribute.

To Reproduce

Expected behavior Add in the README file that buildx should be installed before contributing to the project.

giper45 commented 2 years ago

Doc: https://docs.docker.com/buildx/working-with-buildx/

setup in ~/.docker/cli-plugins/docker-buildx and docker buildx install

thelicato commented 2 years ago

Fixed in a3792ec2c0ca27925537dac9e7c321e8e3ec28a2, closing.