smith
smith copied to clipboard
Support minifying Docker Archives
Instead of relying on a registry for minification, you can instead use a docker save && smith && docker load style stanza, helpful to keep the internet out of your build path.
See smith.yaml in the repo's top directory for an example of minifying smith itself.
See also Makefile for an example of the save && smith && load mechanism.