stages/org.osbuild.skopeo: support for "--remove-signatures"

This commit is contained in:
Florian Schüller 2024-04-24 10:28:36 +02:00 committed by Florian Schüller
parent 7de7838534
commit fc6dc1ea8b
3 changed files with 14 additions and 2 deletions

View file

@ -25,6 +25,7 @@ STAGE_NAME = "org.osbuild.skopeo"
({"destination": {"type": "oci", "path": "/foo"}}, ""),
({"destination": {"type": "oci-archive", "path": "/foo"}}, ""),
({"destination": {"type": "dir", "path": "/foo"}}, ""),
({"destination": {"type": "dir", "path": "/foo"}, "remove-signatures": True}, ""),
# this one might not be expected but it's valid because we don't require any
# *inputs* and it'll be a no-op in the stage