Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky authored Jun 21, 2023
1 parent daead11 commit f94cc29
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions conformance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f94cc29

Please sign in to comment.