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
{{ message }}
This repository was archived by the owner on Jul 18, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: artifact-manifest/artifact-manifest.md
+2-42Lines changed: 2 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,43 +76,6 @@ Artifacts that reference other artifacts must include an OCI Artifact Descriptor
76
76
77
77
Clients MAY choose to bind to specific digests, assuring they are testing and using the exact graph initially specified. Or, clients may choose to float to a newer version of a tag, benefiting from patches. In all cases, a Notary v2 signature may be used to assure the artifacts are true to their initial ownership and authors.
78
78
79
-
**Setting the default registry:**
80
-
81
-
```bash
82
-
oci-reg default-registry registry.acme-rockets.io
83
-
```
84
-
85
-
**Setting repository mappings for where to push and pull unqualified artifacts:**
86
-
87
-
`oci-reg.config`
88
-
89
-
```json
90
-
{
91
-
"root-namespace": "dev"
92
-
}
93
-
```
94
-
95
-
**Setting repository mappings for specific artifacts:**
96
-
97
-
`oci-reg.config`
98
-
99
-
```json
100
-
{
101
-
"default-registry": "registry.acme-rockets.io",
102
-
"root-namespace": "prod",
103
-
"repo-mappings": [
104
-
{
105
-
"repo": "wordpress-chart",
106
-
"path": "/charts"
107
-
},
108
-
{
109
-
"repo": "wordpress-cnab",
110
-
"path": "/cnabs"
111
-
}
112
-
]
113
-
}
114
-
```
115
-
116
79
## Supported Artifact Types
117
80
118
81
Artifact manifest is intended to support the following artifact types:
@@ -238,17 +201,14 @@ To support hard references, an additional dependencies collection is added to a
0 commit comments