mirror of
https://github.com/kairos-io/entangle.git
synced 2025-08-02 00:08:36 +00:00
Remove unneeded env from Dockerfile
This commit is contained in:
parent
c61d2993c3
commit
3007dbe917
@ -15,7 +15,7 @@ COPY api/ api/
|
|||||||
COPY controllers/ controllers/
|
COPY controllers/ controllers/
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
|
RUN CGO_ENABLED=0 go build -a -o manager main.go
|
||||||
|
|
||||||
# Use distroless as minimal base image to package the manager binary
|
# Use distroless as minimal base image to package the manager binary
|
||||||
# Refer to https://github.com/GoogleContainerTools/distroless for more details
|
# Refer to https://github.com/GoogleContainerTools/distroless for more details
|
||||||
|
Loading…
Reference in New Issue
Block a user