Skip to content

Commit 0891f0e

Browse files
committed
fix: move labels to correct dockerfile, remove old maintainer label
1 parent a69537d commit 0891f0e

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,3 @@ FROM scratch
1616
WORKDIR /
1717
COPY --from=builder /app/backend /backend
1818
ENTRYPOINT ["/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"

Dockerfile.goreleaser

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
FROM scratch
22
COPY backend /backend
33
ENTRYPOINT ["/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"

0 commit comments

Comments
 (0)