Sign inSign up

vviudez/authservice:1.3

Multi-platform
Index digest

sha256:068333f379205c2f4e3bcc3491c26f8e24881e408b63b6526578760753d16b57

OS/ARCH

Compressed size

84.6 MB

Last pushed

9 days by vviudez

Type

Image

Manifest digest

sha256:90f7f16c65fb8a2d9069d1cae964fc0a4b7af9944870db2cc9af2841855ee42d

Image Layers

1# debian.sh --arch 'amd64' out/28.41 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;4.07 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.140 B
7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B
8RUN /bin/sh -c set -eux;11.56 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11RUN /bin/sh -c apt-get update2.03 MB
12RUN /bin/sh -c useradd --create-home3.24 KB
13WORKDIR /app92 B
14COPY pyproject.toml ./ # buildkit1.03 KB
15COPY app ./app # buildkit171.71 KB
16COPY config/config.example.yaml ./config.example.yaml # buildkit5.45 KB
17RUN /bin/sh -c pip install38.13 MB
18RUN /bin/sh -c mkdir -p229.26 KB
19COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.94 KB
20RUN /bin/sh -c chmod +x1.94 KB
21ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B
22EXPOSE [8000/tcp]0 B
23HEALTHCHECK {Test:[CMD python -c import0 B
24ENV UVICORN_FORWARDED_ALLOW_IPS=*0 B
25CMD ["/bin/sh" "-c" "exec uvicorn0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'