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
Skaffold caches image build result metadata, such as imageID(if an images is stored to docker daemon) or Digest(if pushed to remote) to speed up the build process, this build result metadata is stored in ~/.skaffold/cache file by default.
However, it is not clear what are the intended behavior and what are not.
We should document how skaffold cache works
skaffold computes the hash of image build inputs as the key to retrieve image metadata
Note: the isLocalImage(imageName) is not used to determine if an image exists on local or uses local build environment, it should probably be named as isImageFinalDesitnationLocal or something like this to show that this method is to check if a image will be pushed to a registry eventually.
The text was updated successfully, but these errors were encountered:
~/.skaffold/cache
file by default.Note: the isLocalImage(imageName) is not used to determine if an image exists on local or uses local build environment, it should probably be named as isImageFinalDesitnationLocal or something like this to show that this method is to check if a image will be pushed to a registry eventually.
The text was updated successfully, but these errors were encountered: