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
Executing skaffold verify will produce the following logs:
latest: Pulling from cloud-builders/gcloud
Digest: sha256:0d6d21ed135170e723e982ce3a74b40255323dab446af149f51d73792a46d4eb
Status: Image is up to date for gcr.io/cloud-builders/gcloud:latest
...
The previous log indicates that Skaffold is triggering a pull of the gcloud image, even when the image is already in the local host.
Actual behavior
(Similar to #9139)
Right now, when we run a local verify test case, Skaffold will trigger a pull of the image every single time, e.g:
With this skaffold.yaml
Executing
skaffold verify
will produce the following logs:The previous log indicates that Skaffold is triggering a pull of the gcloud image, even when the image is already in the local host.
Expected behavior
Same as described in #9139
The text was updated successfully, but these errors were encountered: