@@ -168,27 +168,6 @@ The following configuration types are supported:
168168
169169 At least the given values must be present in the certificate
170170 to be accepted for a successful signature validation.
171- - <code >local.oci.uploader.config.ocm.software</code >
172- The config type <code >local.oci.uploader.config.ocm.software</code > can be used to set some
173- configurations for the implicit OCI artifact upload for OCI based OCM repositories.
174-
175- <pre >
176- type: local.oci.uploader.config.ocm.software
177- preferRelativeAccess: true # use relative access methods for given target repositories.
178- repositories:
179- - localhost:5000
180- </pre >
181-
182- If <code >preferRelativeAccess</code > is set to <code >true</code > the
183- OCI uploader for OCI based OCM repositories does not use the
184- OCI repository to create absolute OCI access methods
185- if the target repository is in the <code >repositories</code > list.
186- Instead, a relative <code >relativeOciReference</code > access method
187- is created.
188- If this list is empty, all uploads are handled this way.
189-
190- If the global attribute <code >preferrelativeaccess</code >
191- is configured, it overrides the <code >preferRelativeAccess</code > setting.
192171- <code >logging.config.ocm.software</code >
193172 The config type <code >logging.config.ocm.software</code > can be used to configure the logging
194173 aspect of a dedicated context type:
@@ -254,6 +233,27 @@ The following configuration types are supported:
254233 < ; name>: < ; OCI registry specification>
255234 ...
256235 </pre >
236+ - <code >oci.uploader.config.ocm.software</code >
237+ The config type <code >oci.uploader.config.ocm.software</code > can be used to set some
238+ configurations for the implicit OCI artifact upload for OCI based OCM repositories.
239+
240+ <pre >
241+ type: oci.uploader.config.ocm.software
242+ preferRelativeAccess: true # use relative access methods for given target repositories.
243+ repositories:
244+ - localhost:5000
245+ </pre >
246+
247+ If <code >preferRelativeAccess</code > is set to <code >true</code > the
248+ OCI uploader for OCI based OCM repositories does not use the
249+ OCI repository to create absolute OCI access methods
250+ if the target repository is in the <code >repositories</code > list.
251+ Instead, a relative <code >relativeOciReference</code > access method
252+ is created.
253+ If this list is empty, all uploads are handled this way.
254+
255+ If the global attribute <code >preferrelativeaccess</code >
256+ is configured, it overrides the <code >preferRelativeAccess</code > setting.
257257- <code >ocm.cmd.config.ocm.software</code >
258258 The config type <code >ocm.cmd.config.ocm.software</code > can be used to
259259 configure predefined aliases for dedicated OCM repositories and
0 commit comments