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
Now that we've dropped the `--net=none` by default, let's
avoid two major footguns by verifying the target image specification
by default.
- Forgetting to use `--target-no-signature-verification` (most people are going to need this in demos right now)
- When the target OS requires an authenticated pull, but one didn't embed the pull secret in the target OS
Signed-off-by: Colin Walters <[email protected]>
0 commit comments