Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta50 committed Sep 16, 2024
1 parent cff8733 commit 3c3260a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hostplumber/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ COPY pkg/ pkg/
# Build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go

RUN echo hello
# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
#FROM gcr.io/distroless/static:nonroot
Expand Down

0 comments on commit 3c3260a

Please sign in to comment.