Skip to content

Commit

Permalink
Link container to source repo
Browse files Browse the repository at this point in the history
  • Loading branch information
the-maldridge committed Nov 11, 2020
1 parent 1f9ea64 commit 9d283c5
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 @@ -5,5 +5,6 @@ RUN go mod vendor && \
CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' -o /ldapd .

FROM scratch
LABEL org.opencontainers.image.source https://github.com/netauth/ldap
ENTRYPOINT ["/ldapd"]
COPY --from=build /ldapd /ldapd

0 comments on commit 9d283c5

Please sign in to comment.