mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-04-26 03:46:34 +03:00
Add OCI labels to Dockerfile
This commit is contained in:
@@ -7,6 +7,11 @@ RUN apk add --no-cache --update go gcc g++
|
||||
RUN go build -o /src/yggmail ./cmd/yggmail
|
||||
|
||||
FROM docker.io/alpine
|
||||
|
||||
LABEL org.opencontainers.image.source=https://github.com/neilalexander/yggmail
|
||||
LABEL org.opencontainers.image.description=Yggmail
|
||||
LABEL org.opencontainers.image.licenses=MPL-2.0
|
||||
|
||||
COPY --from=builder /src/yggmail /usr/bin/yggmail
|
||||
|
||||
EXPOSE 1143/tcp
|
||||
|
||||
Reference in New Issue
Block a user