eggplants/ghcr-badge

View on GitHub
Dockerfile

Summary

Maintainability
Test Coverage
FROM python:3

ARG VERSION
ENV VERSION=${VERSION:-master}

RUN pip install --upgrade pip

RUN python -m pip install git+https://github.com/eggplants/ghcr-badge@${VERSION}

ENTRYPOINT ["ghcr-badge-server"]