sha256:11f024de19a13b74ad3c8ff904bd34777c8b2286fbe7a54f5c84ec57b4a68946
OS/ARCH
Compressed size
252.74 MB
Last pushed
about 1 year by helicone
Type
Image
Manifest digest
sha256:5147c5866aba4b623ec97cd1d3bbc9eaa2b3aafa77f6ce557fbb06d86ae1a1d1
Image Layers
1# debian.sh --arch 'arm64' out/26.78 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.19 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.110 B7ENV PYTHON_SHA256=c30bb24b7f1e9a19b11b55a546434f74e739bb4c271a3e3a80ff4380d49f7adb0 B8RUN /bin/sh -c set -eux;12.96 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update90.41 MB12RUN /bin/sh -c wget -q110.94 MB13RUN /bin/sh -c pip install5.06 MB14RUN /bin/sh -c pip install3.32 MB15WORKDIR /app93 B16COPY ./supabase/flyway.conf /app/supabase/flyway.conf # buildkit572 B17COPY ./supabase/migrations /app/supabase/migrations # buildkit33.81 KB18COPY ./supabase/migrations_without_supabase /app/supabase/migrations_without_supabase # buildkit2.82 KB19COPY ./clickhouse/migrations /app/clickhouse/migrations # buildkit16.52 KB20COPY ./clickhouse/seeds /app/clickhouse/seeds # buildkit418 B21COPY ./clickhouse/ch_hcone.py /app/clickhouse/ch_hcone.py # buildkit4.99 KB22RUN /bin/sh -c chmod +x4.99 KB23RUN /bin/sh -c chown 2000:2000742 B24RUN /bin/sh -c echo '#!/bin/sh413 B25CMD ["/app/run-migrations.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400'