k3s/pkg/kubelet/dockertools
Solly Ross b46dbbec1b Add method to inspect Docker images by ID
Previously, the `InspectImage` method of the Docker interface expected a
"pullable" image ref (name, tag, or manifest digest).  If you tried to
inspect an image by its ID (config digest), the inspect would fail to
validate the image against the input identifier.  This commit changes
the original method to be named `InspectImageByRef`, and introduces a
new method called `InspectImageByID` which validates that the input
identifier was an image ID.
2016-10-10 15:16:58 -04:00
..
fixtures/seccomp Add profile unit tests 2016-06-13 14:39:09 +02:00
container_gc.go dockershim: implement ContainerStatus() 2016-07-28 18:24:29 -07:00
container_gc_test.go - Added a DeleteContainer method in Runtime interface 2016-07-08 10:40:30 -07:00
convert.go Avoiding trying to gc images with no tags which are still in use 2016-07-27 10:31:47 -07:00
convert_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
docker.go Add method to inspect Docker images by ID 2016-10-10 15:16:58 -04:00
docker_manager.go Add method to inspect Docker images by ID 2016-10-10 15:16:58 -04:00
docker_manager_test.go Revert "Kubelet: Use RepoDigest for ImageID when available" 2016-10-08 10:19:22 +02:00
docker_test.go Add method to inspect Docker images by ID 2016-10-10 15:16:58 -04:00
exec.go Add return code support to kubectl-exec and -run 2016-08-20 15:58:47 +02:00
fake_docker_client.go Add method to inspect Docker images by ID 2016-10-10 15:16:58 -04:00
fake_manager.go Revert "Remove pod mutation for PVs with supplemental GIDs" 2016-07-14 17:47:46 -07:00
images.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
images_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
instrumented_docker.go Add method to inspect Docker images by ID 2016-10-10 15:16:58 -04:00
kube_docker_client.go Add method to inspect Docker images by ID 2016-10-10 15:16:58 -04:00
labels.go Add container ports label. 2016-08-08 18:40:18 -07:00
labels_test.go Add container ports label. 2016-08-08 18:40:18 -07:00