crashappsec / chalk

Chalk allows you to follow code from development, through builds and into production.
https://crashoverride.com/
GNU General Public License v3.0
322 stars 11 forks source link

add tests for docker sanity checks without buildx #283

Open miki725 opened 2 months ago

miki725 commented 2 months ago

Currently tests have buildx installed. even with DOCKER_BUILDKIT=0 buildx is still avaialable and some commands like docker buildx imagetools inspect still work. We should add a test case to check basic docker builds without buildx even being on the system.