mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-22 02:56:29 +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
|
RUN go build -o /src/yggmail ./cmd/yggmail
|
||||||
|
|
||||||
FROM docker.io/alpine
|
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
|
COPY --from=builder /src/yggmail /usr/bin/yggmail
|
||||||
|
|
||||||
EXPOSE 1143/tcp
|
EXPOSE 1143/tcp
|
||||||
|
|||||||
Reference in New Issue
Block a user