Sign inSign up

0xj4f/github-repo-walker:0.0.1

Index digest

sha256:18a472910d52175a705b2ce05f26e8510b8363e13ea61f5883aaadc44ab75806

OS/ARCH

linux/arm64

Compressed size

82.73 MB

Last pushed

8 months by 0xj4f

Type

Image

Manifest digest

sha256:61398d7e6a8e6681a43811c9bf8cb62bb0dd6d890d7828a0b14293906e2c0a32

Image Layers

1# debian.sh --arch 'arm64' out/28.74 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.120 B
7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B
8RUN /bin/sh -c set -eux;11.49 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11ENV PYTHONDONTWRITEBYTECODE=10 B
12ENV PYTHONUNBUFFERED=10 B
13WORKDIR /app93 B
14RUN /bin/sh -c apt-get update33.11 MB
15COPY pyproject.toml /app/pyproject.toml # buildkit450 B
16COPY core /app/core # buildkit2.73 KB
17COPY web /app/web # buildkit1.22 KB
18COPY cli /app/cli # buildkit1.05 KB
19RUN /bin/sh -c python -m8.17 MB
20ENV REPORTS_DIR=/app/reports0 B
21RUN /bin/sh -c mkdir -p113 B
22EXPOSE [5000/tcp]0 B
23CMD ["gunicorn" "-b" "0.0.0.0:5000" "web.app:app"]0 B

Command

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