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
I should note actually it doesn't build either with the kubernetesCluster or local execution modes, but with local you get the error
Error response from daemon: pull access denied for bootstrap, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
benmoss
changed the title
skaffold verify requires explicit build artifacts
skaffold verify should be able to build images
Aug 23, 2024
Expected behavior
I can run
skaffold verify
and it builds and/or uses prebuilt images already cachedActual behavior
skaffold verify
errors out withErrImagePull
unless you provide--build-artifacts
Information
v2.13.2
Dockerfile:
FROM hello-world:latest
Steps to reproduce the behavior
skaffold verify
The text was updated successfully, but these errors were encountered: