()
| 473 | } |
| 474 | |
| 475 | func defaultRemoteContext() *RemoteContext { |
| 476 | return &RemoteContext{ |
| 477 | Resolver: docker.NewResolver(docker.ResolverOptions{}), |
| 478 | } |
| 479 | } |
| 480 | |
| 481 | // Fetch downloads the provided content into containerd's content store |
| 482 | // and returns a non-platform specific image reference |
no test coverage detected
searching dependent graphs…