Skip to content
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

Caching is no longer working #872

Closed
AB-xdev opened this issue Nov 6, 2024 · 3 comments
Closed

Caching is no longer working #872

AB-xdev opened this issue Nov 6, 2024 · 3 comments

Comments

@AB-xdev
Copy link
Contributor

AB-xdev commented Nov 6, 2024

Starting from around 2 days ago we are receiving failures from our Renovate jobs:

The following error occurs when cache is used:

"Fatal error: EACCES: permission denied, mkdir '/tmp/renovate/cache/containerbase'"

This is likely caused by https://github.com/renovatebot/renovate/releases/tag/39.0.0 which changed the permissions:

deps: Renovate sidecard images will default to use Ubuntu 24.04 instead of 20.04, and use User ID 12021 instead of 1001

It looks like https://github.com/renovatebot/github-action?tab=readme-ov-file#persisting-the-repository-cache is using the incorrect UID

@rarkins
Copy link
Contributor

rarkins commented Nov 6, 2024

The user ID was changed intentionally and documented in the v39 renovate release. If you wish to improve the docs for others on how to reset cache or override the UID then a PR would be welcome.

Closing this issue as it's not a bug. Use discussions if you want to discuss

@rarkins rarkins closed this as not planned Won't fix, can't repro, duplicate, stale Nov 6, 2024
@AB-xdev
Copy link
Contributor Author

AB-xdev commented Nov 6, 2024

Created a PR:
#873

@rarkins
Copy link
Contributor

rarkins commented Nov 6, 2024

Sorry, was a kind of "bug" (in docs). I had looked for 1000 or 1001 and not seen them. Thanks for the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants