Sign inSign up

jinqians/fetchkeep:1.0.0

Multi-platform
Index digest

sha256:4b56c56f1535d0586c7f7036e35df0b0aaa1e8d3baa756d512bd9d41791d9da4

OS/ARCH

Compressed size

285.89 MB

Last pushed

30 days by jinqians

Type

Image

Manifest digest

sha256:fcd845cef88a1163c537a83adf9221754baaf6201c4059bef79b682643816815

Image Layers

1# debian.sh --arch 'amd64' out/28.4 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.23 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.140 B
7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B
8RUN /bin/sh -c set -eux;11.55 MB
9RUN /bin/sh -c set -eux;248 B
10CMD ["python3"]0 B
11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B
12RUN /bin/sh -c apt-get update163.6 MB
13WORKDIR /app93 B
14COPY requirements.txt . # buildkit239 B
15RUN /bin/sh -c python -m81.02 MB
16COPY app ./app # buildkit37.91 KB
17COPY static ./static # buildkit24.58 KB
18COPY templates ./templates # buildkit10.04 KB
19COPY LICENSE . # buildkit11.59 KB
20RUN /bin/sh -c mkdir -p136 B
21EXPOSE [9080/tcp]0 B
22CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'