Sign inSign up

ovalenzuela/crane:0.12.1

Multi-platform
Index digest

sha256:f81fb4751bb58ba05656ef46713f9991df27842d573162766b90cb0d9c889ee5

OS/ARCH

Compressed size

58.12 MB

Last pushed

7 days by ovalenzuela

Type

Image

Manifest digest

sha256:a7d57831afbab6543405ad5db05a50ce5e85fbeb1bf405069d2bb07f2ea4e90b

Image Layers

1# debian.sh --arch 'amd64' out/28.41 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;4.07 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.150 B
6ENV PYTHON_SHA256=1e66a7945a48390ee4c2a4268a0e4185884059a13c4aab6d148aa208deea4a760 B
7RUN /bin/sh -c set -eux;11.36 MB
8RUN /bin/sh -c set -eux;249 B
9CMD ["python3"]0 B
10ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B
11WORKDIR /app93 B
12LABEL org.opencontainers.image.title=CRAne org.opencontainers.image.description=Compliance evidence and0 B
13COPY pyproject.toml README.md LICENSE NOTICE8.55 KB
14COPY src ./src # buildkit524.02 KB
15RUN /bin/sh -c pip install13.67 MB
16COPY wheel[s] ./wheels # buildkit32 B
17ARG VALIDATORS=0 B
18RUN |1 VALIDATORS= /bin/sh -c32 B
19RUN |1 VALIDATORS= /bin/sh -c303 B
20COPY migrations ./migrations # buildkit55.4 KB
21COPY AGENTS.md ./AGENTS.md # buildkit5.24 KB
22ENV CRANE_DB=/data/crane.db CRANE_EXPORTS=/exports CRANE_RUNS=/runs CRANE_MIGRATIONS=/app/migrations0 B
23RUN |1 VALIDATORS= /bin/sh -c319 B
24RUN |1 VALIDATORS= /bin/sh -c3.34 KB
25RUN |1 VALIDATORS= /bin/sh -c31.94 KB
26USER crane0 B
27VOLUME [/data /exports /runs]0 B
28EXPOSE [8000/tcp]0 B
29ENTRYPOINT ["crane"]0 B
30CMD ["status"]0 B

Command

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