-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve artifact caching #1740
Labels
Comments
This was referenced Mar 7, 2019
Merged
|
Is
2.
in step 3, i can see that a new cache image with the same tag has been pushed to my remote registry again
|
Hey @zodiac1214, that's correct, the cache only exists locally as of now. |
balopat
added
kind/todo
implementation task/epic for the skaffold team
kind/epic
and removed
kind/epic
labels
Aug 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on the following feedback from @dgageot, there are a few things we can do to make artifact caching better:
TODO:
- something like
rm ~/.skaffold/cache && skaffold build --cache-artifacts=true
inexamples/kaniko
should reproduce the issue--images
toskaffold deploy
are kinda ignored.Unable to retrieve ... from cache; this image will be rebuilt.
)push
either undefined or set tofalse
, we should NOT check for remote digests.The text was updated successfully, but these errors were encountered: