Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 18:36
· 356 commits to main since this release
d8240b4
  • Support more sources through specific schemes (#7)
    • containers-storage://<store>: image located in a local container storage.
    • docker://<ref>: image in a registry implementing the "Docker Registry HTTP API V2". (default)
    • docker-archive://<path>: image is stored in the docker-save formatted file.
    • docker-daemon://<ref>: image stored in the docker daemon's internal storage.
    • oci://<path>: image compliant with the "Open Container Image Layout Specification".
    • oci-archive://<path>: image compliant with the "Open Container Image Layout Specification" stored as a tar archive.
    • ostree://<ref>: image in the local ostree repository.
  • CI e2e workflow (#3)
  • Docs website with mkdocs (#1)
  • Bump github.com/alecthomas/kong to 0.4.0 (#4)
  • Bump github.com/containers/image/v5 to 5.19.1 (#2 #5)