yarnman (latest)

Published 2026-07-26 13:24:49 +00:00 by theis in theis/yarnman

Installation

docker pull git.tmathiassen.dk/theis/yarnman:latest
sha256:ba36ec268d7f0267014eb750c263b56e8acdf3cdc173c521fb4cef75469e230d

Image layers

ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk --no-cache add ca-certificates # buildkit
WORKDIR /app
COPY /app/server . # buildkit
COPY /app/dist ./dist # buildkit
EXPOSE [8080/tcp]
CMD ["./server"]
Details
Container
2026-07-26 13:24:49 +00:00
0
OCI / Docker
linux/amd64
14 MiB
Versions (6) View all
latest 2026-07-26
0.2.1 2026-07-26
0.2.0 2026-07-19
0.1.2 2026-07-15
0.1.1 2026-07-12