stackabletech / docker-images

Product images for the Stackable Data Platform
https://docs.stackable.tech/home/stable/operators/
Apache License 2.0
17 stars 4 forks source link

Use docker contexts for fetching sources (where possible) #927

Open nightkr opened 1 week ago

nightkr commented 1 week ago

Docs: https://docs.docker.com/build/bake/contexts/

This should let us get rid of a bunch of redundant downloading code, but more importantly make it easier to patch out components ("use this local jmx-exporter sources instead of downloading the pinned version from git").