Skip to content

Commit 98c0d0d

Browse files
committed
Document usage of Registration URL
1 parent 4a36df7 commit 98c0d0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/building-images.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ operatingSystem:
114114
- url: https://example2.com
115115
unsigned: true
116116
sccRegistrationCode: scc-reg-code
117+
sccRegistrationUrl: https://registration-server.like-rmt-suma.here/
117118
```
118119

119120
### Type-specific Configuration
@@ -200,6 +201,10 @@ see the [Installing packages](./installing-packages.md) guide.
200201
* `unsigned` - This must be set to `true` if the repository is unsigned.
201202
* `sccRegistrationCode` - Specifies the SUSE Customer Center registration code in plain text, which is used to
202203
connect to SUSE's internal RPM repositories.
204+
* `sccRegistrationUrl` - Specifies a registration server like RMT or SUMA, which is used to connect download SUSE's internal RPM repositories. Defaults to `https://scc.suse.com`.
205+
206+
> **_NOTE:_** When using `sccRegistrationUrl` over `https` it's important that the `eib` recognizes the CA of the `registrationUrl`.
207+
> This is common on RMT setups. See the [RMT docs on configuring clients](https://documentation.suse.com/sles/15-SP6/html/SLES-all/cha-rmt-client.html).
203208

204209
## Kubernetes
205210

0 commit comments

Comments
 (0)