Block a user
shkeeper (eth)
Published 2025-08-23 08:23:29 +00:00 by manawenuz
Installation
docker pull git.manko.yoga/manawenuz/shkeeper:ethsha256:b79b008296af75ce2e6c6c38b093797f0c6ef515ae04abf060cca6ca7b2adc72
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=20.04 |
| ADD file:f9ee450324e6ff2c946bc9aae5cf7e35e240dbd387d8b9f5ee1ed5b8434b9894 in / |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c apt-get update && apt-get -y install python3 python3-pip git sqlite3 curl # buildkit |
| WORKDIR /shkeeper.io |
| COPY . . # buildkit |
| RUN /bin/sh -c pip3 install -r requirements.txt # buildkit |
| CMD ["/bin/sh" "-c" "gunicorn --access-logfile - --reload --workers 1 --threads 32 --worker-class gthread --timeout 30 -b 0.0.0.0:5000 \"shkeeper:create_app()\""] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 20.04 |