We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275301b commit 44860f7Copy full SHA for 44860f7
pkg/image/execregistry/registry.go
@@ -41,7 +41,7 @@ func (r *Registry) Pull(ctx context.Context, ref image.Reference) error {
41
// Unpack writes the unpackaged content of an image to a directory.
42
// If the referenced image does not exist in the registry, an error is returned.
43
func (r *Registry) Unpack(ctx context.Context, ref image.Reference, dir string) error {
44
- return r.cmd.Unpack(ref.String(), "/", dir)
+ return r.cmd.Unpack(ref.String(), "/.", dir)
45
}
46
47
// Labels gets the labels for an image reference.
0 commit comments