Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conformance: skip check (by default) for zero layers in image manifest
As per image-spec, since this is a SHOULD (hence recommended) ... https://raw.githubusercontent.com/opencontainers/image-spec/main/manifest.md === layers array of objects Each item in the array MUST be a descriptor. For portability, layers SHOULD have at least one entry. === One can enable this test by setting env var: OCI_SKIP_EMPTY_LAYER_PUSH_TEST=1 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
- Loading branch information