Overview
- Full name
docker.io/lsage/pnpm-circleci-node- Registry
- docker.io
- Namespace
- lsage
- Repository
- pnpm-circleci-node
- Cached tags
- 25
- Last synced
- 07/06/2026, 05:15 PM
Introduction
预装 pnpm 与 CircleCI 辅助工具的 Node.js CI 镜像,在流水线中执行 install、test 与 build,作为 Job 一次性运行环境。
Details
lsage/pnpm-circleci-node 基于 Node LTS 并内置 pnpm 包管理器,供 CircleCI/GitLab CI 挂载 workspace 后跑前端单测与打包。镜像定位为 ephemeral 构建沙箱,任务结束即销毁,不适合作为长期 HTTP Deployment。与官方 node 镜像相比省去 pnpm 全局安装步骤;缓存应通过 CI cache key 或挂载 store 卷加速,而非 --restart 常驻容器。
快速启动
docker run --rm \
-v $(pwd):/workspace -w /workspace \
docker.io/lsage/pnpm-circleci-node:latest \
pnpm --version
推荐实践
docker run --rm \
-v $(pwd):/workspace -w /workspace \
-v pnpm-store:/root/.local/share/pnpm/store \
-e CI=true \
-e NODE_ENV=test \
docker.io/lsage/pnpm-circleci-node:20.11.0 \
sh -c "pnpm install --frozen-lockfile && pnpm test && pnpm build"
核心参数说明
-v $(pwd):/workspace— 挂载仓库源码-v pnpm-store:...— 跨 Job 复用依赖缓存-w /workspace— 容器内工作目录-e CI=true— 启用 CI 非交互模式-e NODE_ENV=test— 测试环境变量--rm— 构建结束自动清理容器
Latest tags (20)
View all 25 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/lsage/pnpm-circleci-node :latest | linux/amd64 | 2022/07/13 22:13 | 418.0 MB | sha256:566e0de86dd2… | |||
docker.io/lsage/pnpm-circleci-node :16.13.1-pnpm7.5.1 | linux/amd64 | 2022/07/13 22:13 | 418.0 MB | sha256:566e0de86dd2… | |||
docker.io/lsage/pnpm-circleci-node :16.13.1-pnpm7.5 | linux/amd64 | 2022/07/13 22:13 | 418.0 MB | sha256:566e0de86dd2… | |||
docker.io/lsage/pnpm-circleci-node :16.13.1-pnpm7 | linux/amd64 | 2022/07/13 22:13 | 418.0 MB | sha256:566e0de86dd2… | |||
docker.io/lsage/pnpm-circleci-node :16.13.1 | linux/amd64 | 2022/07/13 22:13 | 418.0 MB | sha256:566e0de86dd2… | |||
docker.io/lsage/pnpm-circleci-node :16.13-pnpm7.5.1 | linux/amd64 | 2022/07/13 22:13 | 418.0 MB | sha256:566e0de86dd2… | |||
docker.io/lsage/pnpm-circleci-node :16.13-pnpm7.5 | linux/amd64 | 2022/07/13 22:13 | 418.0 MB | sha256:566e0de86dd2… | |||
docker.io/lsage/pnpm-circleci-node :16.13-pnpm7 | linux/amd64 | 2022/07/13 22:13 | 418.0 MB | sha256:566e0de86dd2… | |||
docker.io/lsage/pnpm-circleci-node :16.13 | linux/amd64 | 2022/07/13 22:13 | 418.0 MB | sha256:566e0de86dd2… | |||
docker.io/lsage/pnpm-circleci-node :16-pnpm7.5.1 | linux/amd64 | 2022/07/13 22:13 | 418.0 MB | sha256:566e0de86dd2… | |||
docker.io/lsage/pnpm-circleci-node :16-pnpm7.5 | linux/amd64 | 2022/07/13 22:13 | 418.0 MB | sha256:566e0de86dd2… | |||
docker.io/lsage/pnpm-circleci-node :16-pnpm7 | linux/amd64 | 2022/07/13 22:13 | 418.0 MB | sha256:566e0de86dd2… | |||
docker.io/lsage/pnpm-circleci-node :16 | linux/amd64 | 2022/07/13 22:13 | 418.0 MB | sha256:566e0de86dd2… | |||
docker.io/lsage/pnpm-circleci-node :16.13.1-cimg | linux/amd64 | 2021/12/12 23:02 | 413.8 MB | sha256:dd0673f02d50… | |||
docker.io/lsage/pnpm-circleci-node :16.13.0 | linux/amd64 | 2021/12/12 23:02 | 494.7 MB | sha256:28198574a03c… | |||
docker.io/lsage/pnpm-circleci-node :16.13-cimg | linux/amd64 | 2021/12/12 23:01 | 413.8 MB | sha256:dd0673f02d50… | |||
docker.io/lsage/pnpm-circleci-node :16-cimg | linux/amd64 | 2021/12/12 23:01 | 413.8 MB | sha256:dd0673f02d50… | |||
docker.io/lsage/pnpm-circleci-node :14.17.1 | linux/amd64 | 2021/12/12 23:01 | 495.1 MB | sha256:df4b606bbd1e… | |||
docker.io/lsage/pnpm-circleci-node :14.17 | linux/amd64 | 2021/12/12 23:01 | 495.1 MB | sha256:df4b606bbd1e… | |||
docker.io/lsage/pnpm-circleci-node :14 | linux/amd64 | 2021/12/12 23:01 | 495.1 MB | sha256:df4b606bbd1e… |