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 544d1e7 commit bfadb47Copy full SHA for bfadb47
Dockerfile
@@ -13,7 +13,7 @@ COPY pkg/ pkg/
13
14
# Build
15
USER root
16
-RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
+RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
17
18
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
19
WORKDIR /
0 commit comments