Skip to content

Commit fc5baf2

Browse files
committed
Add LABELs to Dockerfiles
1 parent 85aafba commit fc5baf2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ dockers:
8989
- "--label=org.opencontainers.image.title={{.ProjectName}}"
9090
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
9191
- "--label=org.opencontainers.image.version={{.Tag}}"
92-
- "--label=org.opencontainers.image.description=\"FOXDEN Authz service\""
9392

9493
checksum:
9594
name_template: 'checksums.txt'

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ RUN cd $PROJECT && make && cp srv /build
1515
# RUN mkdir -p /data
1616
FROM gcr.io/distroless/static as final
1717
COPY --from=go-builder /build/srv /data
18-
LABEL org.opencontainers.image.description FOXDEN Authz service
18+
LABEL org.opencontainers.image.description="FOXDEN Authz service"
19+
LABEL org.opencontainers.image.source=https://github.com/chesscomputing/frontend
20+
LABEL org.opencontainers.image.licenses=MIT

0 commit comments

Comments
 (0)