Skip to content

Commit

Permalink
chore: fix hosted tool cache ownership
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Aug 9, 2024
1 parent d7edd56 commit e796d0a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ COPY hooks /etc/arc/hooks/
#########################################
## Begin Tool Cache Customization ##
#########################################
COPY --link --chown=1000:1001 tools /opt/hostedtoolcache
COPY --link --chown=1001:1001 tools /opt/hostedtoolcache
#########################################
## End Tool Cache Customization ##
#########################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ COPY hooks /etc/arc/hooks/
#########################################
## Begin Tool Cache Customization ##
#########################################
COPY --link --chown=1000:1001 tools /opt/hostedtoolcache
COPY --link --chown=1001:1001 tools /opt/hostedtoolcache
#########################################
## End Tool Cache Customization ##
#########################################
Expand Down
2 changes: 1 addition & 1 deletion legacy/runner/actions-runner-dind.ubuntu-20.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ COPY hooks /etc/arc/hooks/
#########################################
## Begin Tool Cache Customization ##
#########################################
COPY --link --chown=1000:1001 tools /opt/hostedtoolcache
COPY --link --chown=1001:1001 tools /opt/hostedtoolcache
#########################################
## End Tool Cache Customization ##
#########################################
Expand Down
2 changes: 1 addition & 1 deletion legacy/runner/actions-runner-dind.ubuntu-22.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ COPY hooks /etc/arc/hooks/
#########################################
## Begin Tool Cache Customization ##
#########################################
COPY --link --chown=1000:1001 tools /opt/hostedtoolcache
COPY --link --chown=1001:1001 tools /opt/hostedtoolcache
#########################################
## End Tool Cache Customization ##
#########################################
Expand Down
2 changes: 1 addition & 1 deletion legacy/runner/actions-runner.ubuntu-20.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ COPY hooks /etc/arc/hooks/
#########################################
## Begin Tool Cache Customization ##
#########################################
COPY --link --chown=1000:1001 tools /opt/hostedtoolcache
COPY --link --chown=1001:1001 tools /opt/hostedtoolcache
#########################################
## End Tool Cache Customization ##
#########################################
Expand Down
2 changes: 1 addition & 1 deletion legacy/runner/actions-runner.ubuntu-22.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ COPY hooks /etc/arc/hooks/
#########################################
## Begin Tool Cache Customization ##
#########################################
COPY --link --chown=1000:1001 tools /opt/hostedtoolcache
COPY --link --chown=1001:1001 tools /opt/hostedtoolcache
#########################################
## End Tool Cache Customization ##
#########################################
Expand Down

0 comments on commit e796d0a

Please sign in to comment.