image-factory/hack/dev/config.yaml
Noel Georgi f0150c419d
feat: use rootless Image Factory
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>
2025-12-26 15:48:23 +05:30

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