Sign inSign up

t9kpublic/tenant-management:0.0.0-251015-1

Manifest digest

sha256:735ce8297d4d417f255cef4ca1eccf74f59a7588a2fa10630898e11550749c6d

OS/ARCH

linux/amd64

Compressed size

142.03 MB

Last pushed

11 months by skjtensorstack

Type

Image

Manifest digest

sha256:735ce8297d4d417f255cef4ca1eccf74f59a7588a2fa10630898e11550749c6d

Image Layers

1# debian.sh --arch 'amd64' out/28.4 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.05 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.140 B
7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B
8RUN /bin/sh -c set -eux;13.7 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11ENV PYTHONUNBUFFERED=10 B
12ENV PYTHONDONTWRITEBYTECODE=10 B
13ENV PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
14ENV PYTHONPATH=/app/src0 B
15RUN /bin/sh -c apt-get update19.26 MB
16RUN /bin/sh -c groupadd -r1.1 KB
17WORKDIR /app93 B
18COPY /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages # buildkit74.41 MB
19COPY /usr/local/bin /usr/local/bin # buildkit5.43 KB
20COPY src/ ./src/ # buildkit416.71 KB
21COPY migrations/ ./migrations/ # buildkit20.04 KB
22COPY tests/ ./tests/ # buildkit688.91 KB
23COPY alembic.ini ./alembic.ini # buildkit2.16 KB
24COPY pyproject.toml ./pyproject.toml # buildkit2.19 KB
25COPY docker/docker-entrypoint.sh ./docker-entrypoint.sh # buildkit702 B
26RUN /bin/sh -c chmod +x710 B
27RUN /bin/sh -c chown -R1.1 MB
28USER appuser0 B
29EXPOSE map[8000/tcp:{}]0 B
30HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/api/v1/health/0 B
31ENTRYPOINT ["./docker-entrypoint.sh"]0 B
32CMD ["uvicorn" "tenants.main:app" "--host" "0.0.0.0"0 B

Command

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