From f94cc29aca3d45041c00afb4f179457497eb57c7 Mon Sep 17 00:00:00 2001 From: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:07:56 -0500 Subject: [PATCH] Update README.md --- conformance/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/conformance/README.md b/conformance/README.md index a75ab4f4..2242b7e3 100644 --- a/conformance/README.md +++ b/conformance/README.md @@ -96,16 +96,6 @@ Some registries may require a workaround for Authorization during the push flow. OCI_AUTH_SCOPE="repository:mystuff/myrepo:pull,push" ``` -Most registries currently require at least one layer to be uploaded (and referenced in the appropriate section of the manifest) -before a manifest upload will succeed. By default, the push tests will attempt to push two manifests: one with a single layer, -and another with no layers. If the empty-layer test is causing a failure, it can be skipped by setting the following in the -environment: - -``` -# Enable layer upload -OCI_SKIP_EMPTY_LAYER_PUSH_TEST=1 -``` - The test suite will need access to a second namespace. This namespace is used to check support for cross-repository mounting of blobs, and may need to be configured on the server-side in advance. It is specified by setting the following in the environment: