You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2020. It is now read-only.
This release adds a manifest hash annotation on converted images and introduces some API changes to allow for more granular control on registries and media types.
This release adds compatibility for OCI v1.0.0-rc2 types, introduces supports for converting image labels, and fixes some issues related to automatic fallback to registry API v1.
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/repository2: populate reverseLayers correctly (#185). It caused converted Image Manifests to have the wrong fields. Add a test to make sure this won't go unnoticed again.