Skip to content

Commit f43c5ec

Browse files
authored
Merge pull request #82 from numtide/add-label-for-public-dockerimage
docker: add label for repo source
2 parents da24b11 + fd2f267 commit f43c5ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ RUN CGO_ENABLED=0 \
3636
# Use distroless as minimal base image to package the manager binary
3737
# Refer to https://github.com/GoogleContainerTools/distroless for more details
3838
FROM gcr.io/distroless/static:nonroot
39+
40+
LABEL org.opencontainers.image.source = "https://github.com/numtide/multigres-operator"
3941
WORKDIR /
4042
COPY --from=builder /workspace/manager .
4143
USER 65532:65532
4244

43-
ENTRYPOINT ["/manager"]
45+
ENTRYPOINT ["/manager"]

0 commit comments

Comments
 (0)