mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
This does not happen in this repo's tests, but containers/image's (make test-skopeo) fails in the containers_image_openpgp configuration with > not ok 10 signing > ... > # time="2019-06-11T20:59:32Z" level=fatal msg="Signing not supported: signing is not supported in github.com/containers/image built with the containers_image_openpgp build tag" To reproduce/test this: > make test-system BUILDTAGS='ostree containers_image_openpgp' Signed-off-by: Miloslav Trmač <mitr@redhat.com>