Skip to content

Commit 7797480

Browse files
authored
ci: fix golang git safe path (#638)
1 parent d46f47d commit 7797480

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/tooling/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
FROM golang@sha256:bb9811fad43a7d6fd2173248d8331b2dcf5ac9af20976b1937ecd214c5b8c383
1+
FROM golang:1.19-bullseye
22

33
RUN GO111MODULE=on go install sigs.k8s.io/controller-tools/cmd/[email protected]
44
RUN GO111MODULE=on go install k8s.io/code-generator/cmd/[email protected]
55

6+
RUN git config --global --add safe.directory "*"
7+
68
WORKDIR /eraser

0 commit comments

Comments
 (0)