k3s/vendor/github.com/containerd/cri/pkg/server
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
..
bandwidth Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
io Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
cni_conf_syncer.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_attach.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_create.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_create_unix.go cri: pull in updated /dev/shm fix (#2506) 2020-11-11 17:08:59 -07:00
container_create_windows.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_exec.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_execsync.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_list.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_log_reopen.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_remove.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_start.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_stats.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_stats_list.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_stats_list_unix.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_stats_list_windows.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_status.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_stop.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_update_resources_unix.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
container_update_resources_windows.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
events.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
helpers.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
helpers_unix.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
helpers_windows.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
image_list.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
image_pull.go registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
image_remove.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
image_status.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
imagefs_info.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
instrumented_service.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
restart.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
sandbox_list.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
sandbox_portforward.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
sandbox_portforward_unix.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
sandbox_portforward_windows.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
sandbox_remove.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
sandbox_run.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
sandbox_run_unix.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
sandbox_run_windows.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
sandbox_status.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
sandbox_stop.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
service.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
service_unix.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
service_windows.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
snapshots.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
status.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
streaming.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
update_runtime_config.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
version.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00