mirror of https://github.com/k3s-io/k3s
![]() 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. |
||
---|---|---|
.. | ||
fixtures/seccomp | ||
container_gc.go | ||
container_gc_test.go | ||
convert.go | ||
convert_test.go | ||
docker.go | ||
docker_manager.go | ||
docker_manager_test.go | ||
docker_test.go | ||
exec.go | ||
fake_docker_client.go | ||
fake_manager.go | ||
images.go | ||
images_test.go | ||
instrumented_docker.go | ||
kube_docker_client.go | ||
labels.go | ||
labels_test.go |