mina (sha256:58570d6df497bf76bb91b4e3fc0341efa1bb0ae0df31f808e113a67eb72741c4)
Installation
docker pull git.pfy.ch/pfych/mina@sha256:58570d6df497bf76bb91b4e3fc0341efa1bb0ae0df31f808e113a67eb72741c4sha256:58570d6df497bf76bb91b4e3fc0341efa1bb0ae0df31f808e113a67eb72741c4About this package
Mina's custom harness
Image layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1785715200' |
| RUN /bin/sh -c apt-get update -qq && apt-get install -qq --no-install-recommends ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY docker-entrypoint.sh /usr/local/bin # buildkit |
| COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit |
| RUN /bin/sh -c mkdir -p /usr/local/bun-node-fallback-bin && ln -s /usr/local/bin/bun /usr/local/bun-node-fallback-bin/node # buildkit |
| ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin |
| ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| ARG BUN_INSTALL_BIN=/usr/local/bin |
| ENV BUN_INSTALL_BIN=/usr/local/bin |
| RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version # buildkit |
| WORKDIR /home/bun/app |
| ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] |
| CMD ["/usr/local/bin/bun"] |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY package.json bun.lock ./ # buildkit |
| RUN /bin/sh -c bun install --frozen-lockfile # buildkit |
| COPY src ./src # buildkit |
| COPY PERSONA.md ./PERSONA.md # buildkit |
| COPY tsconfig.json ./tsconfig.json # buildkit |
| RUN /bin/sh -c mkdir -p /workspace /data # buildkit |
| ENV WORKDIR=/workspace DATA_DIR=/data |
| CMD ["bun" "run" "src/index.ts"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-09-03T08:24:57.428Z |
| org.opencontainers.image.description | Mina's custom harness |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | fcc282ed499fe56c8702c9ae9100e70274d8a417 |
| org.opencontainers.image.source | https://git.pfy.ch/pfych/mina |
| org.opencontainers.image.title | mina |
| org.opencontainers.image.url | https://git.pfy.ch/pfych/mina |
| org.opencontainers.image.version | latest |
Details
2026-09-03 08:26:35 +00:00
Versions (30)
View all
Container
1
OCI / Docker
linux/amd64
156 MiB