k3s/vendor
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
..
cloud.google.com/go Update Kubernetes to v1.20.0-k3s1 2020-12-08 22:51:34 -08:00
github.com registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
go.etcd.io update etcd to fix the panic for etcd tombstone issue (#2658) 2020-12-09 01:06:37 +02:00
go.opencensus.io Update Kubernetes to v1.20.0-k3s1 2020-12-08 22:51:34 -08:00
go.uber.org Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
golang.org/x Etcd Snapshot/Restore to/from S3 Compatible Backends (#2902) 2021-03-03 11:14:12 -07:00
gonum.org/v1/gonum Update vendor 2020-04-18 23:59:08 -07:00
google.golang.org Update Kubernetes to v1.20.0-k3s1 2020-12-08 22:51:34 -08:00
gopkg.in Etcd Snapshot/Restore to/from S3 Compatible Backends (#2902) 2021-03-03 11:14:12 -07:00
k8s.io update master to 1.20.4 2021-02-23 23:31:08 -08:00
sigs.k8s.io Update Kubernetes to v1.20.0-k3s1 2020-12-08 22:51:34 -08:00
modules.txt registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00