|
1 | 1 | // Document included in the following assemblies:
|
2 | 2 |
|
3 |
| -// Managing Red Hat Quay |
| 3 | +// unused |
4 | 4 |
|
5 | 5 | :_content-type: REFERENCE
|
6 | 6 | [id="supported-oci-media-types"]
|
7 | 7 | = Configuring artifact types
|
8 | 8 |
|
9 |
| -As a {productname} administrator, you can configure Open Container Initiative (OCI) artifact types and other experimental artifact types through the `FEATURE_GENERAL_OCI_SUPPORT`, `ALLOWED_OCI_ARTIFACT_TYPES`, and `IGNORE_UNKNOWN_MEDIATYPES` configuration fields. |
| 9 | +As a {productname} administrator, you can configure Open Container Initiative (OCI) artifact types and other experimental artifact types through the `FEATURE_GENERAL_OCI_SUPPORT` and `ALLOWED_OCI_ARTIFACT_TYPES` configuration fields. |
10 | 10 |
|
11 | 11 | The following Open Container Initiative (OCI) artifact types are built into {productname} by default and are enabled through the *FEATURE_GENERAL_OCI_SUPPORT* configuration field:
|
12 | 12 |
|
@@ -103,29 +103,4 @@ ALLOWED_OCI_ARTIFACT_TYPES:
|
103 | 103 | When adding OCI artifact types that are not configured by default, {productname} administrators will also need to manually add support for Cosign and Helm if desired.
|
104 | 104 | ====
|
105 | 105 | +
|
106 |
| -Now, users can tag SIF images for their {productname} registry. |
107 |
| - |
108 |
| -[id="configuring-unknown-oci-media-types-proc"] |
109 |
| -== Configuring unknown media types |
110 |
| - |
111 |
| -Use the following procedure to enable all artifact types for your {productname} deployment. |
112 |
| - |
113 |
| -[NOTE] |
114 |
| -==== |
115 |
| -With this field enabled, your {productname} deployment accepts all artifact types. |
116 |
| -==== |
117 |
| - |
118 |
| -.Prerequistes |
119 |
| - |
120 |
| -* You have {productname} administrator privileges. |
121 |
| - |
122 |
| -.Procedure |
123 |
| - |
124 |
| -. Add the `IGNORE_UNKNOWN_MEDIATYPES` configuration field to your {productname} `config.yaml` file: |
125 |
| -+ |
126 |
| -[source,yaml] |
127 |
| ----- |
128 |
| -IGNORE_UNKNOWN_MEDIATYPES: true |
129 |
| ----- |
130 |
| -+ |
131 |
| -With this field enabled, your {productname} deployment accepts unknown and unrecognized artifact types. |
| 106 | +Now, users can tag SIF images for their {productname} registry. |
0 commit comments