mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
No description
- Go 99.4%
- Makefile 0.5%
- Dockerfile 0.1%
* Fix two small compiler errors
Apparently, in go, `fmt.Prntln("\n")` is a build error - you can't
have a redundant newline there. Also, we had the wrong format string
somewhere.
* Use $GOPATH to find dep
When I first pulled this branch, all the tests failed because,
although `dep` was being installed to my local machine, it wasn't
being added to $PATH. Rather than mess with $PATH, I decided to
add $GOPATH/bin to the beginning of the invocation.
|
||
|---|---|---|
| cmd/die | ||
| filetree | ||
| image | ||
| ui | ||
| .gitignore | ||
| Dockerfile | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
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