File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,3 @@ FROM scratch
1616WORKDIR /
1717COPY --from=builder /app/backend /backend
1818ENTRYPOINT ["/backend" ]
19-
20- # Keep "maintainer" and "org.opencontainers.image.authors" in sync
21- LABEL "maintainer" =
"Envelope Zero Maintainers <[email protected] >" 22- LABEL "org.opencontainers.image.authors" =
"Envelope Zero Maintainers <[email protected] >" 23- LABEL "org.opencontainers.image.description" ="Backend for Envelope Zero"
24- LABEL "org.opencontainers.image.documentation" ="https://github.com/envelope-zero/backend"
25- LABEL "org.opencontainers.image.licenses" ="AGPL-3.0-or-later"
26- LABEL "org.opencontainers.image.source" ="https://github.com/envelope-zero/backend"
27- LABEL "org.opencontainers.image.url" ="https://github.com/envelope-zero/backend"
28- LABEL "org.opencontainers.image.vendor" ="Envelope Zero Maintainers"
Original file line number Diff line number Diff line change 11FROM scratch
22COPY backend /backend
33ENTRYPOINT ["/backend"]
4+
5+ LABEL "org.opencontainers.image.authors"="Envelope Zero Maintainers <
[email protected] >"
6+ LABEL "org.opencontainers.image.description"="Backend for Envelope Zero"
7+ LABEL "org.opencontainers.image.documentation"="https://github.com/envelope-zero/backend"
8+ LABEL "org.opencontainers.image.licenses"="AGPL-3.0-or-later"
9+ LABEL "org.opencontainers.image.source"="https://github.com/envelope-zero/backend"
10+ LABEL "org.opencontainers.image.url"="https://github.com/envelope-zero/backend"
11+ LABEL "org.opencontainers.image.vendor"="Envelope Zero Maintainers"
You can’t perform that action at this time.
0 commit comments