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 8c139d6 commit b90d303Copy full SHA for b90d303
components/notebook-controller/Dockerfile
@@ -27,7 +27,7 @@ RUN set -e; cd /workspace/notebook-controller; \
27
WORKDIR /workspace/notebook-controller
28
29
# Build
30
-RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -mod=mod -o manager main.go
+RUN CGO_ENABLED=0 GOOS=linux go build -a -o manager main.go
31
32
# Use distroless as minimal base image to package the manager binary
33
# Refer to https://github.com/GoogleContainerTools/distroless for more details
0 commit comments