You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.Flags().BoolVar(&o.IgnoreBundleCheck, "ignore-bundle-check", false, "When set to true with -i, imgpkg will not check if the image is a bundle. This enables shallow-copying the bundle image.")
require.ErrorContains(t, err, "Expected bundle flag when copying a bundle (hint: Use -b instead of -i for bundles)")
139
+
})
140
+
141
+
t.Run("When attemping to shallow-copy with the special flag, it succeeds, but only copies the top-level bundle image and not nested images", func(t*testing.T) {
0 commit comments