Block a user
coday (latest)
Published 2026-08-12 02:06:13 +08:00 by xiushen
Installation
docker pull daima.dev/xiushen/coday:latestsha256:f0ead0f1de3b12f19fd0d471617a31617ff18d78f1a56d63602d121bbc0d2951
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 2ddd934f10 | linux/amd64 | 389 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'trixie' '@1785715200' |
| ARG TARGETARCH=amd64 |
| RUN |1 TARGETARCH=amd64 /bin/sh -c test "$TARGETARCH" = "amd64" || (echo "unsupported TARGETARCH: $TARGETARCH; this image only supports linux/amd64" >&2 && exit 1) # buildkit |
| ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| RUN |2 TARGETARCH=amd64 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git libstdc++6 openssh-client ripgrep bubblewrap chromium gosu && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |2 TARGETARCH=amd64 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 /bin/sh -c groupadd --gid 1000 coday && useradd --uid 1000 --gid 1000 --home-dir /home/coday --create-home --shell /bin/sh coday && install -d -o coday -g coday /home/coday/.config/coday /home/coday/.local/share/coday /home/coday/.cache/coday /home/coday/.local/state/coday /workspace # buildkit |
| COPY --chown=root:root /out/ /usr/local/bin/ # buildkit |
| COPY --chown=root:root /src/script/docker-entrypoint.sh /usr/local/bin/coday-entrypoint # buildkit |
| RUN |2 TARGETARCH=amd64 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 /bin/sh -c chmod 755 /usr/local/bin/coday-entrypoint # buildkit |
| ENTRYPOINT ["coday-entrypoint"] |