From 0f5a65b95fd1d0cdbcdb436c7d79c96ca1d56f5e Mon Sep 17 00:00:00 2001 From: Jessica Black Date: Wed, 11 Dec 2024 14:43:10 -0800 Subject: [PATCH] Update feature set in readme --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2b8bfac..c226ff6 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,22 @@ TBD, but generally the goal will be something like: ; circe read docker.io/contribsys/faktory:latest --layers squash --platform linux/amd64 ``` -# planned features +# features + +> [!NOTE] +> Unchecked features are vaguely planned but not implemented. - [ ] Support extracting contents of OCI images: - - [ ] From OCI stores + - [x] From OCI stores - [ ] From local container hosts (e.g. Docker) - [ ] From local tarballs - [ ] Extract the contents: - - [ ] To disk + - [x] To disk - [ ] To stdout (as NDJSON) - [ ] Extract layers by: - - [ ] Squashed layer sets (e.g. "base + rest" or "all layers" or other combinations) - - [ ] Individual layers + - [x] Squashed layer sets (e.g. "base + rest" or "all layers" or other combinations) + - [x] Individual layers - [ ] Filtered layers -- [ ] Specify target(s) to extract (e.g. `linux/amd64`, `darwin/arch64`, etc) +- [x] Specify target(s) to extract (e.g. `linux/amd64`, `darwin/arch64`, etc) - [ ] Filter file(s) to extract - [ ] When extracting files to stdout, store large blobs at temporary locations and reference them