Skip to content

Commit

Permalink
Add opencontainers source label
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Sep 16, 2020
1 parent 20f07c8 commit 24e65c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUN CGO_ENABLED=0 go build -a -o notification-controller main.go

FROM alpine:3.12

LABEL org.opencontainers.image.source="https://github.com/fluxcd/notification-controller"

RUN apk add --no-cache ca-certificates tini

COPY --from=builder /workspace/notification-controller /usr/local/bin/
Expand Down

0 comments on commit 24e65c3

Please sign in to comment.