Package Release Info

container-diff-0.9.0-bp150.2.6

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

container-diff

Change Logs

Version: 0.9.0-bp150.2.5
* Wed Apr 11 2018 vrothberg@suse.com
- Build container-diff as PIC (via `-buildmode=pie`).
- Exclude ppc64le from tests.
* Wed Apr 11 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 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 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 2018 vrothberg@suse.com
- Add container-diff v0.6.2: container-diff is a tool to analyze and diff
  container images.