mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
Needed to pick up this change: ostree: use the same thread for ostree operations Since https://github.com/ostreedev/ostree/pull/1555, locking is enabled by default in OSTree. Unfortunately it uses thread-private data and it breaks the Golang bindings. Force the same thread for the write operations to the OSTree repository. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>