Commit graph

4 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
cc5678fe49 Update to 0.13.1
Changes:	https://github.com/GoogleContainerTools/container-diff/releases
2018-11-19 18:19:25 +00:00
Sunpoet Po-Chuan Hsieh
ba40de9546 Update to 0.12.0
Changes:	https://github.com/GoogleContainerTools/container-diff/releases
2018-11-18 20:36:52 +00:00
Sunpoet Po-Chuan Hsieh
4ac6546949 Fix build on -head (OSVERSION >= 1200031)
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
2018-01-14 07:07:08 +00:00
Sunpoet Po-Chuan Hsieh
b699d1c94b Add container-diff 0.6.0
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
2018-01-04 20:11:01 +00:00