Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #55 from flanksource/moshloop
Browse files Browse the repository at this point in the history
ci: fix docker build
  • Loading branch information
moshloop committed Mar 9, 2021
2 parents bf6ee82 + f09833b commit 1a2a134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Expand Up @@ -18,8 +18,8 @@ RUN make linux

# 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:latest
FROM ubuntu:20.04
WORKDIR /
COPY --from=builder /workspace/bin/platform-operator .
COPY --from=builder /workspace/bin/platform-operator /manager
COPY --from=builder /workspace/bin/platform-operator /platform-operator
RUN ln -s /platform-operator /manager
ENTRYPOINT ["/platform-operator"]

0 comments on commit 1a2a134

Please sign in to comment.