cri-o/server
Antonio Murdaca 2202c1a460
storage: fix image retrieval by id
kubelet sends a request to create a container with an image ID (as
opposed as an image name). That ID comes from the ImageStatus response.
This patch fixes that by setting the image ID as well as the image name
and fix the login to lookup for image ID as well.

Found while running `make test-e2e-node`.

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-01-31 16:32:30 +01:00
..
apparmor Do not load ocid-default if configured apparmor profile is set up. 2016-12-12 15:55:17 +08:00
seccomp *: add seccomp buildtag 2016-11-29 17:01:45 +01:00
config.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
container.go server: Export more container metadata for VM containers 2016-11-29 10:24:33 +01:00
container_attach.go server: split containers actions 2016-11-22 18:38:05 +01:00
container_create.go storage: fix image retrieval by id 2017-01-31 16:32:30 +01:00
container_exec.go server: split containers actions 2016-11-22 18:38:05 +01:00
container_execsync.go Fix couple of lint issues 2016-12-08 15:40:59 -08:00
container_list.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
container_portforward.go server: split containers actions 2016-11-22 18:38:05 +01:00
container_remove.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
container_start.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
container_status.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
container_stop.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
container_updateruntimeconfig.go server: mock UpdateRuntimeConfig 2016-12-15 14:31:42 +01:00
image_list.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
image_pull.go server: fix ImagePullResponse 2017-01-18 10:23:30 -05:00
image_remove.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
image_status.go server: image_status: ignore storage.ErrImageUnknown 2017-01-18 10:23:30 -05:00
runtime_status.go fix gofmt problem in existing code 2016-12-15 14:17:22 +08:00
sandbox.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
sandbox_list.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
sandbox_remove.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
sandbox_run.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
sandbox_status.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
sandbox_stop.go Integrate containers/storage 2017-01-18 10:23:30 -05:00
server.go server: respect ocid.network.plugin_dir setting 2017-01-25 04:12:51 +11:00
utils.go add default apparmor profile 2016-12-01 13:26:59 +08:00
version.go version: Fix parsing for gRPC version 2016-11-15 09:26:11 +01:00