Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
eclipse/che-theia 映像基于特定版本的 Theia。当我们等不及下一个 Theia 版本时,如何包含对当前版本的更改?
补丁是每个版本的,假设您要修补 0.3.12 版本,您将补丁放在dockerfiles/theia/src/patches/0.3.12文件夹中并将补丁命名为001-this-is-my.patch,002-another.patch
dockerfiles/theia/src/patches/0.3.12
001-this-is-my.patch
002-another.patch
因为0.3.13,补丁将进入dockerfiles/theia/src/patches/0.3.13,等等
0.3.13
dockerfiles/theia/src/patches/0.3.13