File container-diff.changes of Package container-diff
-------------------------------------------------------------------
Wed Apr 11 07:34:21 UTC 2018 - vrothberg@suse.com
- Build container-diff as PIC (via `-buildmode=pie`).
- Exclude ppc64le from tests.
-------------------------------------------------------------------
Wed Apr 11 07:01:52 UTC 2018 - vrothberg@suse.com
- Update container-diff to v0.9.0:
* Add metadata diffing
* Sanitize filepaths before joining to prevent filepath traversal
* Fix appending of latest tag to tar files
* Correctly clean up image filesystems
* Set/unset write bit when unpacking directories out of permission scope
* Add all docker config fields to image config
* Sort maps before diffing to prevent flaky results
* Correctly handle case where no image source is parsed
* Cleanup image source directory
-------------------------------------------------------------------
Tue Mar 20 06:41:27 UTC 2018 - vrothberg@suse.com
- Update container-diff to v0.8.0:
* Fixed issue where remote:// prefix was not being stripped correctly
* Allow updating env vars on MutableSource image
* Save temp layers in cache directory instead of /tmp
* Allow accessing and modifying MutableSource config
* Fixed appending latest tag to images with no tag provided
* Created default ImageSource if none is provided to prepper
-------------------------------------------------------------------
Thu Feb 22 20:36:14 UTC 2018 - vrothberg@suse.com
- Cleanup spec file with spec-cleaner.
- Use golang-package macro to strip binaries.
- Update container-diff to v0.7.0:
* Download remote:// images in RPMAnalyzer
* Add support for custom formatting strings
* Refactors to the cache and image unpacking code
* Add Label to ConfigObject
* Add MutableSource for basic image modifications
-------------------------------------------------------------------
Tue Jan 30 15:30:44 UTC 2018 - vrothberg@suse.com
- Add container-diff v0.6.2: container-diff is a tool to analyze and diff
container images.