jonasbn/github-action-spellcheck:latest

Integration & Delivery
Manifest digest

sha256:69acb00b22a4e8a7954db418adcfb8eddb234888a6116ab7536a3f2b602e593d

OS/ARCH

linux/amd64

Compressed size

73.14 MB

Last pushed

17 days by jonasbn

Type

Image

Manifest digest

sha256:69acb00b22a4e8a7954db418adcfb8eddb234888a6116ab7536a3f2b602e593d

Image Layers

1# debian.sh --arch 'amd64' out/26.91 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;3.35 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.20 B
6ENV PYTHON_SHA256=d984bcc57cd67caab26f7def42e523b1c015bbc5dc07836cf4f0b63fa159eb560 B
7RUN /bin/sh -c set -eux;12 MB
8RUN /bin/sh -c set -eux;250 B
9CMD ["python3"]0 B
10LABEL com.github.actions.name=Spellcheck Action0 B
11LABEL com.github.actions.description=Check spelling of files0 B
12LABEL com.github.actions.icon=clipboard0 B
13LABEL com.github.actions.color=green0 B
14LABEL repository=http://github.com/rojopolis/spellcheck-github-actions0 B
15LABEL homepage=https://github.com/marketplace/actions/github-spellcheck-action0 B
16LABEL maintainer=rojopolis <rojo@deba.cl>0 B
17COPY entrypoint.sh /entrypoint.sh # buildkit1.11 KB
18COPY requirements.txt /requirements.txt # buildkit324 B
19COPY constraint.txt /constraint.txt # buildkit120 B
20COPY spellcheck.yaml /spellcheck.yaml # buildkit309 B
21COPY pwc.py /pwc.py # buildkit606 B
22ENV PIP_CONSTRAINT=/constraint.txt0 B
23RUN /bin/sh -c pip3 install18.74 MB
24RUN /bin/sh -c apt-get update12.14 MB
25WORKDIR /tmp32 B
26ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'