No description
  • Go 99.4%
  • Makefile 0.5%
  • Dockerfile 0.1%
Find a file
Will Murphy de7c3a759a Count occurrences of each leaf path
We want to be able to know whether the same file appears many times
in the layers of the docker image, because a file that appears many
times may represent a real inefficiency in the dockerfile.
2018-07-08 13:00:08 -04:00
.vscode added layer info 2018-06-07 18:56:22 -04:00
cmd/die Added debug panel; annotate filetree with changeinfo (#7) 2018-06-07 15:51:10 -04:00
filetree Count occurrences of each leaf path 2018-07-08 13:00:08 -04:00
image Improve bounds checking and EOF handling (#9) 2018-07-04 11:32:11 -04:00
ui disable debug 2018-06-26 20:18:46 -04:00
.gitignore added file attributes + headers 2018-06-24 12:20:12 -04:00
Dockerfile add filetree 2018-05-20 20:19:04 -04:00
Gopkg.lock refactor project structure; use subpackages 2018-06-04 21:30:17 -04:00
Gopkg.toml refactor project structure; use subpackages 2018-06-04 21:30:17 -04:00
LICENSE Initial commit 2018-05-13 11:44:02 -04:00
Makefile Build the test docker image if necessary (#10) 2018-07-04 11:25:43 -04:00
README.md make checkboxes 2018-05-25 08:32:09 -04:00

docker-image-explorer

docker build -t die-test:latest .
go run main.go

TODO:

  • Extract docker layers from api
  • Represent layers as generic tree
  • Stack ordere tree list together as fake unionfs tree
  • Diff trees
  • Add ui for browsing layers
  • Add ui for diffing stack to layer