k3s/vendor/github.com/containerd/continuity/fs
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
..
copy_darwinopenbsdsolaris.go registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
copy_freebsd.go registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
copy_linux.go registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
copy_unix.go registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
copy_windows.go registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
copy.go registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
diff_unix.go Update vendor 2019-01-11 21:58:27 -07:00
diff_windows.go Update vendor 2019-01-11 21:58:27 -07:00
diff.go Update vendor 2019-01-11 21:58:27 -07:00
dtype_linux.go Update vendor 2019-01-11 21:58:27 -07:00
du_unix.go registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
du_windows.go Update vendor 2019-01-11 21:58:27 -07:00
du.go Update vendor 2019-01-11 21:58:27 -07:00
hardlink_unix.go Update vendor 2019-01-11 21:58:27 -07:00
hardlink_windows.go Update vendor 2019-01-11 21:58:27 -07:00
hardlink.go Update vendor 2019-01-11 21:58:27 -07:00
path.go registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
stat_darwinfreebsd.go registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
stat_linuxopenbsd.go registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
time.go Update vendor 2019-01-11 21:58:27 -07:00