smith icon indicating copy to clipboard operation
smith copied to clipboard

Support minifying Docker Archives

Open tjfontaine opened this issue 5 years ago • 0 comments

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.

tjfontaine avatar Dec 13 '19 20:12 tjfontaine