Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-11-18 | Update to 0.12.0 | Sunpoet Po-Chuan Hsieh | 1 | -53/+0 | |
Changes: https://github.com/GoogleContainerTools/container-diff/releases Notes: svn path=/head/; revision=485261 | |||||
2018-01-14 | Fix build on -head (OSVERSION >= 1200031) | Sunpoet Po-Chuan Hsieh | 1 | -0/+0 | |
Ino is still uint32 for all versions of FreeBSD. Reference: https://golang.org/src/syscall/ztypes_freebsd_386.go https://golang.org/src/syscall/ztypes_freebsd_amd64.go https://golang.org/src/syscall/ztypes_freebsd_arm.go Notes: svn path=/head/; revision=458955 | |||||
2018-01-04 | Add container-diff 0.6.0 | Sunpoet Po-Chuan Hsieh | 1 | -0/+53 | |
container-diff is a tool for analyzing and comparing container images. container-diff can examine images along several different criteria, including: - Docker Image History - Image file system - Apt packages - pip packages - npm packages These analyses can be performed on a single image, or a diff can be performed on two images to compare. The tool can help users better understand what is changing inside their images, and give them a better look at what their images contain. WWW: https://github.com/GoogleCloudPlatform/container-diff Notes: svn path=/head/; revision=458060 |