Commit graph

9 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
8639a7dbc0 Update to 0.11.0
Changes:	https://github.com/GoogleContainerTools/container-diff/releases
2018-06-28 21:20:12 +00:00
Sunpoet Po-Chuan Hsieh
a388b29b2d Update to 0.10.0
- Update MASTER_SITES
- Update WWW

Changes:	https://github.com/GoogleContainerTools/container-diff/releases
2018-06-22 23:58:55 +00:00
Sunpoet Po-Chuan Hsieh
1ac1e2cbdb Update to 0.9.0
Changes:	https://github.com/GoogleCloudPlatform/container-diff/releases
2018-04-11 19:38:11 +00:00
Sunpoet Po-Chuan Hsieh
f034481eb7 Update to 0.8.0
Changes:	https://github.com/GoogleCloudPlatform/container-diff/releases
2018-03-20 22:33:56 +00:00
Sunpoet Po-Chuan Hsieh
0841bbecb5 Update to 0.7.0
Changes:	https://github.com/GoogleCloudPlatform/container-diff/releases
2018-02-23 19:24:02 +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
d8d142f28c Update to 0.6.2
Changes:	https://github.com/GoogleCloudPlatform/container-diff/releases
2018-01-11 18:35:15 +00:00
Sunpoet Po-Chuan Hsieh
d318407231 Update to 0.6.1
Changes:	https://github.com/GoogleCloudPlatform/container-diff/releases
2018-01-06 04:33:05 +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