CrazyMax
CrazyMax
Cache `mode=max` slows down the build and is not really necessary for this target.
follow-up https://github.com/tonistiigi/binfmt/pull/218 The `release` workflow doesn't distribute builds like the `ci` one atm. With this change, a reusable workflow shared between both `ci` and `release` will do the job.
In case someone does: ``` docker run --privileged --rm tonistiigi/binfmt --uninstall "*" ``` It should not uninstall unattended ones.
relates to https://github.com/tonistiigi/binfmt/issues/215#issuecomment-2613934823
We should update to stable release of nomad module: https://github.com/crazy-max/diun/blob/753855b16e28bc75016970db8c59a6c37f6842ce/go.mod#L25 Atm v1.9.4: https://github.com/hashicorp/nomad/releases/latest @IamTheFij If you have time to take a look :pray:
This sets ubuntu as default base for the buildkit image. This will allow us to setup CDI within the container for NVIDIA devices that require glibc for client librairies. Last...