Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

v0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lucab lucab released this 24 Oct 15:54
· 80 commits to master since this release
v0.13.0
0cac1a3

This release adds support for converting local OCI bundles and fixes two security issues (CVE-2016-7569 and CVE-2016-8579). It also includes fixes for several image fetching and conversion bugs.

  • docker2aci: add support for converting OCI tarfiles (#200).
  • docker2aci: additional validation on malformed images (#204). Fixes (CVE-2016-7569 and CVE-2016-8579).
  • lib: Use the new media types for OCI (#213).
  • backend/repository: assume no v2 on unexpected status (#214).
  • lib/internal: do not compare tag when pulling by digest (#207).
  • lib/internal: re-use uid value when gid is missing (#206).
  • lib/internal: add entrypoint/cmd annotations to v21 images (#199).