在你的.cnb.yml中添加如下配置,然后就可以启动云原生开发了
tag 说明 [idea版本]-[jdk版本]-[node版本], 比如 2025.1.4.1-8-22
# .cnb.yml
$:
vscode:
- runner:
cpus: 4
docker:
image: docker.cnb.cool/falling42/dev-env/idea:2025.1.4.1-8-22
services:
- vscode
- docker
imports: https://cnb.cool/<org>/<repo>/-/blob/main/env.yml
stages:
- name: ls
script:
- ls -al

Fork本仓库,根据自己情况修改 .ide/ 文件夹下的 Dockerfile 和 另外两个code-server配置文件market.json settings.json,自定义插件/自定义设置(如果不使用vscode或者webide请忽略)
然后点击手动构建选择自己想要的版本即可
最后在仓库首页点击手动构建即可,用镜像的时候记得改自己组织名

暂时只支持 debian12 + idea最新版 + jdk8/11/17/21 + maven3最新版 + node16/18/20/22
使用时可能会遇到许多问题,由于作者暂时没时间维护这个仓库,可以提交issue让社区其他佬友帮忙解决一下