Files
k3s/pkg
Jacob Blain Christen 618b0f98bf registry mirror repository rewrites (#3064)
Support repository regex rewrite rules when fetching image content.

Example configuration:
```yaml
# /etc/rancher/k3s/registries.yaml
mirrors:
  "docker.io":
    endpoint:
    - "https://registry-1.docker.io/v2"
    rewrite:
      "^library/alpine$": "my-org/alpine"
```

This will instruct k3s containerd to fetch content for `alpine` images
from `docker.io/my-org/alpine` instead of the default
`docker.io/library/alpine` locations.

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
2021-03-15 16:17:27 -07:00
..
2019-10-30 19:08:26 -07:00
2019-06-30 09:30:25 -07:00
2020-10-06 10:29:27 -07:00
2020-08-28 17:18:31 -07:00
2020-12-08 22:51:34 -08:00
2021-02-17 11:48:03 -08:00
2020-02-23 00:48:26 -08:00
2020-07-09 11:20:06 -07:00