You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started/user-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ or jump to our [developer guide](developer-guide.md) to learn about running test
11
11
or contributing to the project. If you want to create your own client, you likely want to:
12
12
13
13
14
-
1. Start a local registry (described below), or have access to an ORAS [supported registry](https://oras.land/implementers/#docker-distribution)
14
+
1. Start a local registry (described below), or have access to an ORAS [supported registry](https://oras.land/docs/compatible_oci_registries)
15
15
2. Decide on the context for your code (e.g., it's easy to start with Python functions in a single file and move to a client setup if appropriate for your tool)
16
16
3. Subclass the `oras.provider.Registry` for your custom class (examples below!)
17
17
4. Add custom functions to push, pull, or create manifests / layers
0 commit comments