Skip to content

Commit edfff8c

Browse files
stevsmitSteven Smith
and
Steven Smith
authored
Removes mediatype docs (#1235)
Co-authored-by: Steven Smith <[email protected]>
1 parent 6915277 commit edfff8c

File tree

6 files changed

+17
-40
lines changed

6 files changed

+17
-40
lines changed

config_quay/master.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ include::modules/config-fields-mirroring.adoc[leveloffset=+2]
6666
include::modules/config-fields-scanner.adoc[leveloffset=+2]
6767
include::modules/config-fields-helm-oci.adoc[leveloffset=+2]
6868
include::modules/other-oci-artifacts-with-quay.adoc[leveloffset=+2]
69-
include::modules/unknown-artifacts.adoc[leveloffset=+2]
69+
//include::modules/unknown-artifacts.adoc[leveloffset=+2]
7070
include::modules/config-fields-actionlog.adoc[leveloffset=+2]
7171
include::modules/config-fields-build-logs.adoc[leveloffset=+2]
7272
include::modules/config-fields-dockerfile-build.adoc[leveloffset=+2]

manage_quay/master.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ include::modules/restoring-red-hat-quay-standalone.adoc[leveloffset=+2]
160160

161161
include::modules/standalone-to-operator-backup-restore.adoc[leveloffset=+1]
162162

163-
include::modules/configuring-oci-media-types.adoc[leveloffset=+1]
163+
//include::modules/configuring-oci-media-types.adoc[leveloffset=+1]
164164

165165
include::modules/garbage-collection.adoc[leveloffset=+1]
166166

modules/config-fields-legacy.adoc

+5-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@ The following fields are deprecated or obsolete.
3232

3333
|**ALLOWED_OCI_ARTIFACT_TYPES** | Object | The set of allowed OCI artifact MIME types and the associated layer types.
3434

35-
|===
35+
|**IGNORE_UNKNOWN_MEDIATYPES** | Boolean | When enabled, allows a container registry platform to disregard specific restrictions on supported artifact types and accept any unrecognized or unknown media types. +
36+
+
37+
**Default:** `False`
38+
39+
|===

modules/configuring-oci-media-types.adoc

+3-28
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Document included in the following assemblies:
22

3-
// Managing Red Hat Quay
3+
// unused
44

55
:_content-type: REFERENCE
66
[id="supported-oci-media-types"]
77
= Configuring artifact types
88

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.
1010

1111
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:
1212

@@ -103,29 +103,4 @@ ALLOWED_OCI_ARTIFACT_TYPES:
103103
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.
104104
====
105105
+
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.

modules/rn_3_14_0.adoc

+6-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Model card rendering is only available on the {productname} v2 UI.
3636
For more information, see. . .
3737

3838
[id="new-quay-config-fields-314"]
39-
== New {productname} configuration fields
39+
== {productname} configuration fields updates and changes
4040

4141
The following configuration fields have been added to {productname} {producty}.
4242

@@ -64,6 +64,11 @@ UI_MODELCARD_ARTIFACT_TYPE: application/x-mlmodel
6464

6565
For more information about this feature, see. . .
6666

67+
[id="ignore-unknown-mediatype-removal"]
68+
== IGNORE_UNKNOWN_MEDIATYPES configuration field removal
69+
70+
The `IGNORE_UNKNOWN_MEDIATYPES` configuration field has been removed. By default, {productname} accepts all artifact types.
71+
6772
[id="new-quay-footer-fields"]
6873
=== New {productname} footer fields
6974

quay_io/master.adoc

+1-8
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,4 @@ include::modules/cosign-oci-with-quay.adoc[leveloffset=+2]
110110
//include::modules/using-other-oci-artifacts-with-quay.adoc[leveloffset=+2]
111111

112112
//v2 UI
113-
//include::modules/using-v2-ui.adoc[leveloffset=+1]
114-
115-
// module included in the following assemblies:
116-
117-
// * use_quay/master.adoc
118-
// * quay_io/master.adoc
119-
120-
:_content-type: CONCEPT
113+
//include::modules/using-v2-ui.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)