diff --git a/Dockerfile b/Dockerfile index 295ddd13b4..a82ac7b36a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,8 @@ ENV PATH="/artifacts:${PATH}" # This will eventually move to centurylink/ca-certs:latest for minimum possible image size FROM alpine:3.10 +LABEL org.opencontainers.image.source https://github.com/lyft/flyteplugins + COPY --from=builder /artifacts /bin RUN apk --update add ca-certificates