-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Change cache location on Mac/Windows #2216
Comments
The Win cache should be in |
I'm leaning toward documentation rather than adding code to do automatic migration for a number of reasons. |
Gonna keep this open until the documentation is updated |
Alos, does it make sense to update CHANGELOG to describe the changes to the base image cache directory on some platforms by #2218? |
Oh right, was gonna do that but forgot. |
Currently, the base image cache is located at:
$HOME/Library/Application Support/google-cloud-tools-java/jib/
%LOCALAPPDATA/google-cloud-tools-java/jib/
It may be a good idea to change these to:
$HOME/Library/Caches/Google/Jib/
%LOCALAPPDATA/Google/Jib/Cache/
We may need to come up with a migration strategy so we don't break users who rely heavily on the cache (e.g. offline users).
Checklist:
The text was updated successfully, but these errors were encountered: