Skip to content

Commit 9d283c5

Browse files
committed
Link container to source repo
1 parent 1f9ea64 commit 9d283c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ RUN go mod vendor && \
55
CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' -o /ldapd .
66

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

0 commit comments

Comments
 (0)