nodece/control-plane-web (sha-7dab2e9)
Published 2026-04-03 11:36:59 +00:00 by eric
Installation
docker pull git.dgren.dev/nodeiwest/nodece/control-plane-web:sha-7dab2e9sha256:77e6c523d2ed59af0948c5c622384621eec346c60cf7e6b54e5d91e16c248ac2
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 55a1334958 | linux/amd64 | 89 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'trixie' '@1773619200' |
| 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 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/apps/control-web/build ./build # buildkit |
| ARG NODECE_ENVIRONMENT=staging |
| ENV NODECE_ENVIRONMENT=staging |
| ENV NODE_ENV=staging |
| ENV HOST=0.0.0.0 |
| ENV PORT=3000 |
| EXPOSE [3000/tcp] |
| CMD ["bun" "build/index.js"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-04-03T11:35:09.133Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 7dab2e9a2583a190a52f5e5e8287058e128a6e66 |
| org.opencontainers.image.source | https://github.com/nodeiwest/nodece-new |
| org.opencontainers.image.title | nodece-new |
| org.opencontainers.image.url | https://github.com/nodeiwest/nodece-new |
| org.opencontainers.image.version | main |
Details
2026-04-03 11:36:59 +00:00
Versions (5)
View all
Container
0
OCI / Docker
sha-325e966
2026-04-03
staging
2026-04-03
main
2026-04-03
sha-7dab2e9
2026-04-03
sha-9139a9b
2026-03-31