Skip to content

Commit

Permalink
build: change opencontainers labels
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed May 7, 2024
1 parent 410ccf8 commit d6c32d5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ RUN yarn run build

FROM $NODE

LABEL org.opencontainers.image.title="Mafl"
LABEL org.opencontainers.image.description="Minimalistic flexible homepage"
LABEL org.opencontainers.image.source="https://github.com/hywax/mafl"
LABEL org.opencontainers.image.authors="Hywax <[email protected]>"
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.title="Mafl" \
org.opencontainers.image.description="Minimalistic flexible homepage" \
org.opencontainers.image.url="https://mafl.hywax.space" \
org.opencontainers.image.documentation="https://mafl.hywax.space/guide/getting-started.html" \
org.opencontainers.image.source="https://github.com/hywax/mafl" \
org.opencontainers.image.authors="Hywax <[email protected]>" \
org.opencontainers.image.licenses="MIT"

WORKDIR /app

Expand Down

0 comments on commit d6c32d5

Please sign in to comment.