Link container to source repo
This commit is contained in:
parent
1f9ea643d7
commit
9d283c5315
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue