mirror of
https://github.com/containers/podman.git
synced 2025-09-29 01:35:06 +08:00
Add --accept-repositories
integration tests
This adds the integration tests for the repository or namespaced registry feature introduced in c/common. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/common/libimage/import.go
generated
vendored
2
vendor/github.com/containers/common/libimage/import.go
generated
vendored
@ -86,7 +86,7 @@ func (r *Runtime) Import(ctx context.Context, path string, options *ImportOption
|
||||
return "", err
|
||||
}
|
||||
|
||||
id, err := getImageDigest(ctx, srcRef, r.systemContextCopy())
|
||||
id, err := getImageID(ctx, srcRef, r.systemContextCopy())
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
Reference in New Issue
Block a user