Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
b1aa6ff2
Unverified
Commit
b1aa6ff2
authored
1 month ago
by
Gabriel-Ladzaretti
Committed by
GitHub
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: add an alternative cache dir to the docker image (#34284)
parent
e78c78a2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/docker/Dockerfile
+3
-2
3 additions, 2 deletions
tools/docker/Dockerfile
with
3 additions
and
2 deletions
tools/docker/Dockerfile
+
3
−
2
View file @
b1aa6ff2
...
...
@@ -101,8 +101,9 @@ COPY --link --from=build --chown=root:root /usr/local/renovate/ /usr/local/renov
RUN
ln
-sf
/usr/local/renovate/node /bin/node
# ensure default base and cache directories exist.
RUN
mkdir
-p
/tmp/renovate/cache
&&
\
chmod
-R
777 /tmp/renovate
# /runner/cache is an alternative cache directory used in both Docker and microVMs.
RUN
mkdir
-p
/tmp/renovate/cache /runner/cache
&&
\
chmod
-R
777 /tmp/renovate /runner
# test
RUN
set
-ex
;
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment