| 421 | } |
| 422 | |
| 423 | type emptyImage struct { |
| 424 | configFile *v1.ConfigFile |
| 425 | } |
| 426 | |
| 427 | func (i emptyImage) MediaType() (types.MediaType, error) { |
| 428 | return types.DockerManifestSchema2, nil |
nothing calls this directly
no outgoing calls
no test coverage detected