Skip to content

Commit fd2f267

Browse files
committed
docker: add label for repo source
1 parent da24b11 commit fd2f267

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)