Skip to content

Instantly share code, notes, and snippets.

@kekru
Created July 28, 2020 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kekru/ef3014942a6c1be55a148cc4f8e0f07c to your computer and use it in GitHub Desktop.
Save kekru/ef3014942a6c1be55a148cc4f8e0f07c to your computer and use it in GitHub Desktop.
gitlab-ci-pipelines-exporter on alpine
FROM alpine:3.9.6
COPY --from=mvisonneau/gitlab-ci-pipelines-exporter:0.2.14 /usr/local/bin/gitlab-ci-pipelines-exporter /usr/local/bin/
RUN apk add --no-cache ca-certificates
USER 65534
EXPOSE 8080
ENTRYPOINT ["/usr/local/bin/gitlab-ci-pipelines-exporter"]
CMD [""]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment