mirror of
https://github.com/opencontainers/umoci.git
synced 2026-02-05 09:45:50 +01:00
Disabling oci-image-tool validation could lead to us missing bugs, so let's use Docker's jq-based validation (which has the benefit of not being linked to Go's JSON parsing quirks at all), at least until we write our own. Note that their validation also checks blob hashes. There are some outstanding issues in upstream's scripts, so we need to use a fork with a few patches added. Hopefully we can switch back to upstream once they are merged. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>