Sign inSign up

cibrandocampo/nudge-backend:1.11.0

Multi-platform
Index digest

sha256:422e7230190356e025c74a8523258925a6cd128d01bc07408af86621126a8db6

OS/ARCH

Compressed size

84.53 MB

Last pushed

5 months by cibrandocampo

Type

Image

Manifest digest

sha256:02a0454288465351c163bf1b3ecbc421bdacc8eedfdb20b7e9bd5a0e71e73117

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 . . # buildkit77.89 KB
16COPY entrypoint.sh /entrypoint.sh # buildkit802 B
17RUN /bin/sh -c chmod +x801 B
18RUN /bin/sh -c addgroup --gid79.15 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'