-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Expected behavior
I can run skaffold verify and it builds and/or uses prebuilt images already cached
Actual behavior
skaffold verify errors out with ErrImagePull unless you provide --build-artifacts
Information
- Skaffold version:
v2.13.2 - Operating system: OSX 14.6.1
- Installed via: Homebrew
- Contents of skaffold.yaml:
apiVersion: skaffold/v4beta11
kind: Config
build:
artifacts:
- image: bootstrap
docker: {}
verify:
- name: bootstrap
container:
name: bootstrap
image: bootstrapDockerfile:
FROM hello-world:latestSteps to reproduce the behavior
- a clonable repository with the sample skaffold project
skaffold verify
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels