k3s/vendor/github.com/containerd
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
..
cgroups Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
console Update vendor 2019-09-27 16:54:32 -07:00
containerd registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
continuity registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
cri registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
fifo Update vendor 2019-09-27 16:54:32 -07:00
go-cni cri: bump to updated fork (#2478) 2020-11-09 10:19:00 -07:00
go-runc Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
imgcrypt Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
ttrpc Update Kubernetes to v1.20.0-k3s1 2020-12-08 22:51:34 -08:00
typeurl Update vendor 2019-09-27 16:54:32 -07:00