Sign inSign up

ejdiniz/paycalendar-specs:main-2024-06-28

Multi-platform
Index digest

sha256:b991929191be2b5ea6d3ae47839bd107027db6fde8b26df57780091d075ba98c

OS/ARCH

Compressed size

58.99 MB

Last pushed

about 2 years by ejdiniz

Type

Image

Manifest digest

sha256:73e40c0346a8888374a6e2116558f29114d8f1a203be193904ad622ba2add553

Image Layers

1ADD file ... in / 27.8 MB
2CMD ["bash"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4ENV LANG=C.UTF-80 B
5RUN /bin/sh -c set -eux;3.16 MB
6ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
7ENV PYTHON_VERSION=3.12.40 B
8RUN /bin/sh -c set -eux;11.45 MB
9RUN /bin/sh -c set -eux;231 B
10ENV PYTHON_PIP_VERSION=24.00 B
11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py0 B
12ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab90 B
13RUN /bin/sh -c set -eux;2.7 MB
14CMD ["python3"]0 B
15LABEL maintainer=Eduardo Diniz <[email protected]>0 B
16RUN /bin/sh -c groupadd --gid3.26 KB
17ENV LC_ALL=C.UTF-8 PYTHONFAULTHANDLER=1 PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=10 B
18RUN /bin/sh -c set -eu;392.94 KB
19ARG APP_NAME=app0 B
20ARG APP_PORT=80000 B
21WORKDIR /home/app/src143 B
22COPY --chown=app:app ./docker/entrypoint.sh /docker-entrypoint.sh #505 B
23COPY --chown=app:app ./app ./app #16.58 KB
24COPY --chown=app:app ./static ./static #3.1 KB
25COPY --chown=app:app ./pyproject.toml ./openapi.yaml ./8.31 KB
26COPY /home/app/src/.venv ./.venv # buildkit13.46 MB
27RUN |2 APP_NAME=app APP_PORT=8000 /bin/sh614 B
28USER app:app0 B
29EXPOSE map[8000/tcp:{}]0 B
30ENV PATH=/home/app/src/.venv/bin:/home/app/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
31ENV PYTHONPATH=/home/app/src0 B
32ENTRYPOINT ["/usr/bin/tini" "--" "/docker-entrypoint.sh"]0 B

Command

ADD file:5f9954090af042b377ea0d1d184faa64d2e9d4c946b6c3898d52aff47e764056 in /