sha256:d52efda26ea8c55c054dbef6f0876415417f736ac516a6e8a7ddb823e118ff24
OS/ARCH
linux/amd64
Compressed size
72.95 MB
Last pushed
about 2 months by jonasbn
Type
Image
Manifest digest
sha256:d52efda26ea8c55c054dbef6f0876415417f736ac516a6e8a7ddb823e118ff24
Image Layers
1
# debian.sh --arch 'amd64' out/
26.92 MB
2
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
3
RUN /bin/sh -c set -eux;
3.16 MB
4
ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305
0 B
5
ENV PYTHON_VERSION=3.13.1
0 B
6
ENV PYTHON_SHA256=9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9
0 B
7
RUN /bin/sh -c set -eux;
12 MB
8
RUN /bin/sh -c set -eux;
249 B
9
CMD ["python3"]
0 B
10
LABEL com.github.actions.name=Spellcheck Action
0 B
11
LABEL com.github.actions.description=Check spelling of files
0 B
12
LABEL com.github.actions.icon=clipboard
0 B
13
LABEL com.github.actions.color=green
0 B
14
LABEL repository=http://github.com/rojopolis/spellcheck-github-actions
0 B
15
LABEL homepage=https://github.com/marketplace/actions/github-spellcheck-action
0 B
16
LABEL maintainer=rojopolis <rojo@deba.cl>
0 B
17
COPY entrypoint.sh /entrypoint.sh # buildkit
1.11 KB
18
COPY requirements.txt /requirements.txt # buildkit
324 B
19
COPY constraint.txt /constraint.txt # buildkit
120 B
20
COPY spellcheck.yaml /spellcheck.yaml # buildkit
309 B
21
COPY pwc.py /pwc.py # buildkit
606 B
22
ENV PIP_CONSTRAINT=/constraint.txt
0 B
23
RUN /bin/sh -c pip3 install
18.73 MB
24
RUN /bin/sh -c apt-get update
12.14 MB
25
WORKDIR /tmp
32 B
26
ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]
0 B
Command
# debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000'