We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46f47d commit 7797480Copy full SHA for 7797480
build/tooling/Dockerfile
@@ -1,6 +1,8 @@
1
-FROM golang@sha256:bb9811fad43a7d6fd2173248d8331b2dcf5ac9af20976b1937ecd214c5b8c383
+FROM golang:1.19-bullseye
2
3
RUN GO111MODULE=on go install sigs.k8s.io/controller-tools/cmd/[email protected]
4
RUN GO111MODULE=on go install k8s.io/code-generator/cmd/[email protected]
5
6
+RUN git config --global --add safe.directory "*"
7
+
8
WORKDIR /eraser
0 commit comments