mirror of
https://github.com/siderolabs/image-factory.git
synced 2026-01-21 00:21:15 +01:00
Pull in new Talos imager to support rootless IF. Part of: https://github.com/siderolabs/talos/issues/12146/ Signed-off-by: Noel Georgi <git@frezbo.dev>
39 lines
981 B
YAML
39 lines
981 B
YAML
artifacts:
|
|
# registry mirror for ghcr.io
|
|
core:
|
|
registry: registry.ghcr.io:5000
|
|
insecure: true
|
|
|
|
# private registry repository for schematics
|
|
#
|
|
# resolves to 127.0.0.1:5005/image-factory/schematic
|
|
schematic:
|
|
registry: registry.local:5000
|
|
namespace: image-factory
|
|
repository: schematic
|
|
|
|
installer:
|
|
# internal registry namespace to push installer images to
|
|
internal:
|
|
registry: registry.local:5000
|
|
namespace: siderolabs
|
|
|
|
# external registry namespace to redirect users to pull installer
|
|
external:
|
|
registry: registry.local:5000
|
|
namespace: siderolabs
|
|
|
|
cache:
|
|
oci:
|
|
# private registry repository for cached assets
|
|
registry: registry.local:5000
|
|
namespace: image-factory
|
|
repository: cache
|
|
|
|
# path to the ECDSA private key (to sign cached assets)
|
|
signingKeyPath: /etc/image-factory/cache-signing-key.key
|
|
|
|
http:
|
|
# external URL the Image Factory is available at
|
|
externalURL: http://localhost:8080
|