git://wamblee.org
/
pipelinelib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c926c64
)
correct lcoation of go caches
author
Erik Brakkee
<erik@brakkee.org>
Thu, 14 Nov 2024 20:56:16 +0000
(21:56 +0100)
committer
Erik Brakkee
<erik@brakkee.org>
Thu, 14 Nov 2024 20:56:16 +0000
(21:56 +0100)
images/go-1-23-2/Dockerfile
patch
|
blob
|
history
diff --git
a/images/go-1-23-2/Dockerfile
b/images/go-1-23-2/Dockerfile
index 3cb6793692f8cec430ec92fba1f4f841bf7aa994..d3af2f23795b6f0190df80248a0b139e8b87b67b 100644
(file)
--- a/
images/go-1-23-2/Dockerfile
+++ b/
images/go-1-23-2/Dockerfile
@@
-22,7
+22,7
@@
RUN addgroup -g 1000 ci && \
adduser ci docker-external
USER ci
-ENV GOCACHE=/
home/ci/
cache/gocache
-ENV GOMODCACHE=/
home/ci/
cache/gomodcache
+ENV GOCACHE=/cache/gocache
+ENV GOMODCACHE=/cache/gomodcache
ENTRYPOINT ["tail", "-f", "/dev/null" ]