Some fields that were never empty in our original test image can apparently be empty in images that one finds in the wild. This adds appropriate checking so that blank file lists and missing image IDs no longer cause crashes.
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
Description
Languages
Go
95.8%
Makefile
4.1%
Dockerfile
0.1%