GoogleContainerTools / skaffold

Easy and Repeatable Kubernetes Development
https://skaffold.dev/
Apache License 2.0
15.03k stars 1.62k forks source link

[Question] Skaffold builds a separate image for each `skaffold run` and `skaffold debug` #8611

Open cheburakshu opened 1 year ago

cheburakshu commented 1 year ago

Skaffold builds separate images when skaffold run and skaffold debug are run despite no change in the docker file. Is this expected?

cheburakshu commented 1 year ago

got over this by setting SKAFFOLD_CACHE_ARTIFACTS to false and bypassing skaffold cache entirely. You may close this if you would like.