17 lines
397 B
YAML
17 lines
397 B
YAML
|
---
|
||
|
spegel:
|
||
|
containerdSock: /run/containerd/containerd.sock
|
||
|
containerdRegistryConfigPath: /etc/cri/conf.d/hosts
|
||
|
registries:
|
||
|
- https://docker.io
|
||
|
- https://ghcr.io
|
||
|
- https://quay.io
|
||
|
- https://mcr.microsoft.com
|
||
|
- https://public.ecr.aws
|
||
|
- https://gcr.io
|
||
|
- https://registry.k8s.io
|
||
|
- https://k8s.gcr.io
|
||
|
- https://lscr.io
|
||
|
service:
|
||
|
registry:
|
||
|
hostPort: 29999
|