1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 09:04:54 +00:00
kontain.me/cmd/flatten
2020-12-21 12:17:45 -05:00
..
main.go flatten images concurrently 2020-12-21 12:17:45 -05:00
README.md separate READMEs 2020-12-17 06:43:57 -05:00

flatten.kontain.me

docker pull flatten.kontain.me/[image] will pull an image (if it can), then flatten its layers into a single layer.

For example, docker pull flatten.kontain.me/busybox will pull busybox from Dockerhub and flatten it. Only public images are supported.

Flattening images obviates image layer caching, so it's often not an optimization.