This replaces the bakefile with a cleaned-up version of the code that came before
Why?
Turns out there's another issue using docker buildx bake: you're unable to override the ENTRYPOINT of a parent image. This broke auto-setup and I've already wasted enough time fighting docker's issues, so I'm reverting all the bake-related code.
What was changed
This replaces the bakefile with a cleaned-up version of the code that came before
Why?
Turns out there's another issue using
docker buildx bake
: you're unable to override the ENTRYPOINT of a parent image. This brokeauto-setup
and I've already wasted enough time fighting docker's issues, so I'm reverting all the bake-related code.This should fix our auto-setup image