containerd/pkg/server
Sebastiaan van Stijn 51affb8839
Replace util.NormalizeImageRef with reference.ParseDockerRef
Using the utility caused other project to have containerd/cri
as a dependency, only for this utility. The new `reference.ParseDockerRef`
function does the same (it's a copy of this function).

Tests were kept for now, but could be removed in future.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-02-07 13:22:58 +01:00
..
io Fix the log ending newline handling. 2019-01-23 17:23:13 -08:00
testing Change to keep in sync with latest cni config 2018-06-21 20:43:38 +00:00
container_attach.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_create_test.go Add unit test for DisableCgroup, RestrictOOMScoreAdj. 2019-01-03 10:47:34 -08:00
container_create.go Merge pull request #970 from AkihiroSuda/rootless 2019-01-03 10:14:22 -08:00
container_exec.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_execsync.go Update github.com/opencontainers/runtime-tools to v0.6.0 2018-06-20 13:52:50 -07:00
container_list_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_list.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_log_reopen.go Add max_container_log_size 2018-06-14 14:24:17 -07:00
container_remove_test.go move links for cri-containerd to cri 2018-03-13 17:06:26 -05:00
container_remove.go Support unknown state for sandbox and container 2019-02-05 11:56:24 -08:00
container_start.go Support runtime specific configurations. 2018-10-08 17:17:29 -07:00
container_stats_list_test.go Fix workingset memory calculation. 2018-05-11 15:17:16 -07:00
container_stats_list.go Fix workingset memory calculation. 2018-05-11 15:17:16 -07:00
container_stats.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_status_test.go Create image reference cache. 2018-09-10 11:30:52 -07:00
container_status.go Support unknown state for sandbox and container 2019-02-05 11:56:24 -08:00
container_stop_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_stop.go Support unknown state for sandbox and container 2019-02-05 11:56:24 -08:00
container_update_resources_test.go Update imports 2018-02-08 02:45:44 +00:00
container_update_resources.go Update github.com/opencontainers/runtime-tools to v0.6.0 2018-06-20 13:52:50 -07:00
events_test.go Create image reference cache. 2018-09-10 11:30:52 -07:00
events.go Support unknown state for sandbox and container 2019-02-05 11:56:24 -08:00
helpers_selinux_test.go update selinux to b6fa367 2018-08-14 08:33:43 +08:00
helpers_test.go Replace util.NormalizeImageRef with reference.ParseDockerRef 2019-02-07 13:22:58 +01:00
helpers.go Replace util.NormalizeImageRef with reference.ParseDockerRef 2019-02-07 13:22:58 +01:00
image_list_test.go Create image reference cache. 2018-09-10 11:30:52 -07:00
image_list.go Create image reference cache. 2018-09-10 11:30:52 -07:00
image_load.go Manage unmanaged images in k8s.io namespace 2018-09-27 11:19:11 -07:00
image_pull_test.go Add registry auth config, and use docker resolver in containerd. 2018-07-09 19:08:48 -07:00
image_pull.go Replace util.NormalizeImageRef with reference.ParseDockerRef 2019-02-07 13:22:58 +01:00
image_remove.go Create image reference cache. 2018-09-10 11:30:52 -07:00
image_status_test.go Create image reference cache. 2018-09-10 11:30:52 -07:00
image_status.go Create image reference cache. 2018-09-10 11:30:52 -07:00
imagefs_info_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
imagefs_info.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
instrumented_service.go removes authconfit from info log 2018-10-29 21:17:15 -05:00
restart.go Support unknown state for sandbox and container 2019-02-05 11:56:24 -08:00
sandbox_list_test.go Support unknown state for sandbox and container 2019-02-05 11:56:24 -08:00
sandbox_list.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
sandbox_portforward.go Manage mount lifecycle and remove cached state 2018-10-24 11:00:25 -07:00
sandbox_remove.go Support unknown state for sandbox and container 2019-02-05 11:56:24 -08:00
sandbox_run_test.go Add unit test for DisableCgroup, RestrictOOMScoreAdj. 2019-01-03 10:47:34 -08:00
sandbox_run.go Change StateUnknown to StateInit 2019-02-04 11:24:49 -08:00
sandbox_status_test.go Support unknown state for sandbox and container 2019-02-05 11:56:24 -08:00
sandbox_status.go Support unknown state for sandbox and container 2019-02-05 11:56:24 -08:00
sandbox_stop_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
sandbox_stop.go Support unknown state for sandbox and container 2019-02-05 11:56:24 -08:00
service_test.go Create image reference cache. 2018-09-10 11:30:52 -07:00
service.go support DisableCgroup, DisableApparmor, RestrictOOMScoreAdj 2019-01-03 05:12:04 +09:00
snapshots.go Use github.com/pkg/errors 2018-03-17 02:24:38 +00:00
status.go Change to keep in sync with latest cni config 2018-06-21 20:43:38 +00:00
streaming_test.go streaming: tls conf validation to func with tests 2018-08-30 15:10:48 +02:00
streaming.go Fix some typos in comment 2019-01-17 15:50:46 +08:00
update_runtime_config_test.go Address comments. 2018-04-09 18:15:09 +00:00
update_runtime_config.go Change to keep in sync with latest cni config 2018-06-21 20:43:38 +00:00
version.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00