Skip to content

Commit

Permalink
add certs to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Sep 25, 2023
1 parent 1662b96 commit 6963996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-w -s
FROM --platform=${TARGETPLATFORM:-linux/amd64} scratch
WORKDIR /app/
COPY --from=builder /app/flux-webhook-authreconciler /app/flux-webhook-authreconciler
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
ENTRYPOINT ["/app/flux-webhook-authreconciler"]

0 comments on commit 6963996

Please sign in to comment.