A containerized version of Luacheck, a tool for linting and static analysis of Lua code
ADD file:3437151f2a1f3dc7fa1ddc1054098672c60d45e95a6b9aa092fb65d5917bf8d5 in / |
CMD ["/bin/sh"] |
LABEL org.opencontainers.image.title=Luacheck |
LABEL org.opencontainers.image.description=A containerized version of Luacheck, a tool for linting and static analysis of Lua code |
LABEL org.opencontainers.image.authors=Caleb Maclennan <caleb@alerque.com> |
LABEL org.opencontainers.image.licenses=MIT |
LABEL org.opencontainers.image.url=https://github.com/lunarmodules/luacheck/pkgs/container/luacheck |
LABEL org.opencontainers.image.source=https://github.com/lunarmodules/luacheck |
/bin/sh -c apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing dumb-init lua lua-argparse lua-filesystem lua-lanes |
COPY dir:5198577631d685bee6dcb729f40cf6ca56af2f521783a03e07671e1a5482d344 in /usr/share/lua/5.1/luacheck/ |
COPY file:d5cc5071fd28f9897432c889ea5d671580d65758cfcaa1055bc74659a5242b59 in /usr/bin/luacheck |
WORKDIR /data |
ENTRYPOINT ["luacheck" "--no-cache"] |
RUN /bin/sh -c apk add just # buildkit |
Key |
Value |
org.opencontainers.image.authors |
Caleb Maclennan <caleb@alerque.com> |
org.opencontainers.image.created |
2024-02-25T15:26:10Z |
org.opencontainers.image.description |
A containerized version of Luacheck, a tool for linting and static analysis of Lua code |
org.opencontainers.image.licenses |
MIT |
org.opencontainers.image.revision |
9038d6f8721808a63b1cd4906c2175c04743f509 |
org.opencontainers.image.source |
https://gitea.aireone.xyz/Aire-One/awesomewm.d.tl.git |
org.opencontainers.image.title |
Luacheck |
org.opencontainers.image.url |
https://gitea.aireone.xyz/Aire-One/awesomewm.d.tl |