mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 11:01:18 +00:00
For whatever reasons, the podman configuration in CI results in the inspect test throwing the following error: ``` not ok 4 inspect: image manifest list w/ diff platform 125 configuration is unset - using hardcoded default graph root \"/var/lib/containers/storage\"" configuration is unset - using hardcoded default graph root \"/var/lib/containers/storage\"" StoreOptions ``` Fix this by not using `podman`. It's unnecessary, since all the test needs is the golang-flavor of the current system's architecture name. That can easily be obtained by asking the go tool directly. Signed-off-by: Chris Evich <cevich@redhat.com> |
||
---|---|---|
.. | ||
testdata | ||
001-basic.bats | ||
010-inspect.bats | ||
020-copy.bats | ||
030-local-registry-tls.bats | ||
040-local-registry-auth.bats | ||
050-signing.bats | ||
060-delete.bats | ||
070-list-tags.bats | ||
080-sync.bats | ||
helpers.bash | ||
make-noarch-manifest | ||
run-tests |