mirror of
https://github.com/moby/moby.git
synced 2026-08-05 07:30:57 +00:00
TestBuildUserNamespaceValidateCapabilitiesAreV2: use correct image name
This currently doesn't make a difference, because load.FrozenImagesLinux() currently loads all frozen images, not just the specified one, but in case that is fixed/implemented at some point. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -41,7 +41,7 @@ func TestBuildUserNamespaceValidateCapabilitiesAreV2(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
clientUserRemap := dUserRemap.NewClientT(t)
|
||||
|
||||
err = load.FrozenImagesLinux(clientUserRemap, "buildpack-deps:buster")
|
||||
err = load.FrozenImagesLinux(clientUserRemap, "debian:bullseye")
|
||||
assert.NilError(t, err)
|
||||
|
||||
dUserRemapRunning := true
|
||||
|
||||
Reference in New Issue
Block a user