thirdgen88 / ignition-docker

Ignition Docker Community Image
MIT License
72 stars 17 forks source link

Add support for Docker Buildx Bake #105

Closed thirdgen88 closed 2 years ago

thirdgen88 commented 2 years ago

Currently, the repo has a Makefile to standardize the image build process. This is fairly platform dependent, and even requires things like GNU grep to be aliased to grep (after installed via brew) to work on macOS. Migrating to Docker Buildx Bake would help unify things to make it easier