Skip to content

Commit d6c32d5

Browse files
author
hywax
committed
build: change opencontainers labels
1 parent 410ccf8 commit d6c32d5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Diff for: Dockerfile

+7-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ RUN yarn run build
1515

1616
FROM $NODE
1717

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

2426
WORKDIR /app
2527

0 commit comments

Comments
 (0)