Block a user
bugis (0.1.0)
Installation
docker pull gitea.woggioni.net/woggioni/bugis:0.1.0sha256:578830ff9f0e8cbf1af526b350d4de729760dabcaafd03147031bc3d01e66fc3
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 4f6797f71e | linux/amd64 | 89 MiB |
| 395cd5a7af | linux/arm64 | 79 MiB |
Image Layers ( linux/arm64)
| ADD file:ee5bb8409915b11413f44cce4c22fed658aba4fb078a448e08dd4ac9a23581f2 in / |
| CMD ["/bin/sh"] |
| LABEL org.opencontainers.image.authors=oggioni.walter@gmail.com |
| RUN /bin/sh -c apk update # buildkit |
| RUN /bin/sh -c apk add python3 py3-pip graphviz # buildkit |
| RUN /bin/sh -c mkdir /srv/http # buildkit |
| RUN /bin/sh -c adduser -D -h /var/bugis -u 1000 bugis # buildkit |
| USER bugis |
| WORKDIR /var/bugis |
| COPY --chown=bugis:users conf/pip.conf ./.pip/pip.conf # buildkit |
| RUN /bin/sh -c python -m venv .venv # buildkit |
| RUN /bin/sh -c .venv/bin/pip install -r /requirements-run.txt /wheel/*.whl # buildkit |
| RUN /bin/sh -c .venv/bin/pip install /dist/*.whl # buildkit |
| VOLUME [/srv/http] |
| WORKDIR /srv/http |
| ENV GRANIAN_HOST=0.0.0.0 |
| ENV GRANIAN_PORT=8000 |
| ENV GRANIAN_INTERFACE=asgi |
| ENV GRANIAN_LOOP=asyncio |
| ENV GRANIAN_LOG_ENABLED=false |
| ENTRYPOINT ["/var/bugis/.venv/bin/python" "-m" "granian" "bugis.asgi:application"] |
| EXPOSE map[8000/tcp:{}] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | oggioni.walter@gmail.com |