Sign inSign up

cibrandocampo/nudge-backend:1.10.1

Multi-platform
Index digest

sha256:850987b4ce1a1eefc786ef017fa2dcfac118e5a62890879f7de5bbb106a79669

OS/ARCH

Compressed size

84.52 MB

Last pushed

5 months by cibrandocampo

Type

Image

Manifest digest

sha256:73a0f5016b4caea636798c8a4cc9b6a08d8187e5f87b6afd8744996875827e52

Image Layers

1# debian.sh --arch 'arm64' out/28.75 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;1.21 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.130 B
7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B
8RUN /bin/sh -c set -eux;11.49 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11WORKDIR /app93 B
12RUN /bin/sh -c apt-get update5.83 MB
13COPY requirements.txt . # buildkit285 B
14RUN /bin/sh -c pip install34.17 MB
15COPY . . # buildkit75.86 KB
16COPY entrypoint.sh /entrypoint.sh # buildkit802 B
17RUN /bin/sh -c chmod +x802 B
18RUN /bin/sh -c addgroup --gid77.1 KB
19USER appuser0 B
20RUN /bin/sh -c DJANGO_SECRET_KEY=build-time-placeholder 2.92 MB
21ENTRYPOINT ["/entrypoint.sh"]0 B
22CMD ["gunicorn" "nudge.wsgi:application" "--bind" "0.0.0.0:8000"0 B

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1776729600'