-
Notifications
You must be signed in to change notification settings - Fork 110
Caching is no longer working #872
Copy link
Copy link
Closed as not planned
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackPriority
None yet
Datasource
None yet