From 56ccf09c68d92fde7d5ddabd1c1c7d4e770aac21 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Wed, 12 Mar 2025 16:40:49 +0100 Subject: [PATCH] ROADMAP: new file Closes: https://issues.redhat.com/browse/RUN-2450 Signed-off-by: Giuseppe Scrivano --- ROADMAP.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 00000000..b12e23ec --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,12 @@ +# Skopeo Roadmap + +Skopeo intends to mostly continue to be a very thin CLI wrapper over the [https://github.com/containers/image](containers/image) library, with most features being added there, not to this repo. A typical new Skopeo feature would only add a CLI for a recent containers/image feature. + +## Future feature focus (most of the work must be done in the containers/image library) + +* OCI artifact support. +* Integration of composefs. +* Partial pull support (zstd:chunked). +* Performance and stability improvements. +* Reductions to the size of the Skopeo binary. +* `skopeo sync` exists, and bugs in it should be fixed, but we don’t have much of an ambition to compete with much larger projects like [https://github.com/openshift/oc-mirror](oc-mirror).