NoccyLabs

NoccyLabs develops open source libraries and software. With many projects ongoing, this organization contains public content repositories, as well as software and components considered stable.

liten (latest)

Published 2026-04-11 13:52:56 +00:00 by noccy

Installation

docker pull dev.noccylabs.info/noccylabs/liten:latest
sha256:e59d2731d181e3fb8d1f6a38efb353cf7d9e7dff158c70e32245433977000178

Image Layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache tini php84-cli php84-posix php84-pcntl php84-mbstring php84-json php84-phar # buildkit
WORKDIR /app
COPY ./liten.phar /app/liten # buildkit
USER 1000
CMD ["tini" "--" "/app/liten" "-v"]
Details
Container
2026-04-11 13:52:56 +00:00
0
OCI / Docker
linux/amd64
8.1 MiB
Versions (1) View all
latest 2026-04-11