Sign inSign up

holdenk/pcfweb:v0.10.0

Multi-platform
Index digest

sha256:085d864c4c8e262bc3fe38e3d9b2a9770568decfae0957b3c50ccf445ca3e72c

OS/ARCH

Compressed size

361.33 MB

Last pushed

2 months by holdenk

Type

Image

Manifest digest

sha256:2ffe4b92bfd35a7c37db0879fb2f32288d26ed939530dd878cd1604d0a689ddd

Image Layers

1# debian.sh --arch 'amd64' out/26.93 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3RUN /bin/sh -c set -eux;3.36 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.140 B
6ENV PYTHON_SHA256=639e43243c620a308f968213df9e00f2f8f62332f7adbaa7a7eeb9783057c6900 B
7RUN /bin/sh -c set -eux;11.99 MB
8RUN /bin/sh -c set -eux;251 B
9CMD ["python3"]0 B
10ENV PYTHONUNBUFFERED=10 B
11RUN /bin/sh -c apt-get update31.35 MB
12COPY conf/nginx.default /etc/nginx/sites-available/default # buildkit450 B
13RUN /bin/sh -c ln -sf205 B
14RUN /bin/sh -c mkdir -p137 B
15COPY requirements.txt /opt/app/ # buildkit529 B
16RUN /bin/sh -c pip install36.02 MB
17ENV GEOIP_PATH=/opt/app/geoip0 B
18COPY --chown=www-data:www-data /geoip /opt/app/geoip #141 B
19COPY --chown=www-data:www-data main /opt/app/main #125.68 MB
20COPY --chown=www-data:www-data static /opt/app/static #125.99 MB
21COPY --chown=www-data:www-data pigscanfly /opt/app/pigscanfly #6.9 KB
22COPY --chown=www-data:www-data templates /opt/app/templates #3.68 KB
23COPY --chown=www-data:www-data scripts/start-server.sh /opt/app/ #525 B
24COPY --chown=www-data:www-data *.py /opt/app/ #769 B
25WORKDIR /opt/app/32 B
26EXPOSE [80/tcp]0 B
27STOPSIGNAL SIGTERM0 B
28CMD ["/opt/app/start-server.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'