File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0 (2022/02/13)
4+
5+ * support more sources through specific schemes (#7 )
6+ * ` containers-storage://<store> ` : image located in a local container storage.
7+ * ` docker://<ref> ` : image in a registry implementing the "Docker Registry HTTP API V2". (default)
8+ * ` docker-archive://<path> ` : image is stored in the ` docker-save ` formatted file.
9+ * ` docker-daemon://<ref> ` : image stored in the docker daemon's internal storage.
10+ * ` oci://<path> ` : image compliant with the "Open Container Image Layout Specification".
11+ * ` oci-archive://<path> ` : image compliant with the "Open Container Image Layout Specification" stored as a tar archive.
12+ * ` ostree://<ref> ` : image in the local ostree repository.
13+ * ci: e2e workflow (#3 )
14+ * docs website with mkdocs (#1 )
15+ * build(deps): bump github.com/alecthomas/kong from 0.3.0 to 0.4.0 (#4 )
16+ * build(deps): bump github.com/containers/image/v5 from 5.18.0 to 5.19.1 (#2 #5 )
17+
318## 0.1.0 (2022/01/24)
419
520* Initial version
You can’t perform that action at this time.
0 commit comments