mirror of
https://github.com/containers/skopeo.git
synced 2025-09-01 22:58:24 +00:00
skopeo: drop support for ostree
drop support for the ostree backend. The only known user for the backend is the atomic CLI tool that is not maintained anymore upstream. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1766404 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
if test $(${GO:-go} env GOOS) != "linux" ; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if pkg-config ostree-1 &> /dev/null ; then
|
||||
# ostree: used by containers/storage
|
||||
# containers_image_ostree: used by containers/image
|
||||
echo "ostree containers_image_ostree"
|
||||
fi
|
Reference in New Issue
Block a user