1
0
mirror of https://github.com/opencontainers/umoci.git synced 2026-02-05 09:45:50 +01:00
Files
umoci/.gitmodules
Aleksa Sarai 87c9c3763f tests: image-verify: use Docker's jq-based validators
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>
2025-08-19 05:00:35 +10:00

8 lines
290 B
Plaintext

[submodule ".site/themes/hugo-theme-learn"]
path = .site/themes/hugo-theme-learn
url = https://github.com/matcornic/hugo-theme-learn.git
[submodule "hack/oci-validate/meta-scripts"]
path = hack/docker-meta-scripts
url = https://github.com/cyphar/docker-meta-scripts.git
branch = umoci