kubesphere / devops-agent

Agents for Kubesphere DevOps
Apache License 2.0
64 stars 76 forks source link

Rename builder-x to x needed #2

Closed shaowenchen closed 3 years ago

shaowenchen commented 4 years ago

In fact, what devops needs is a runtime, not a builder. Builder is confusing, and it is regarded as images of S2i.

We need to make the following adjustments:

shaowenchen commented 3 years ago

/area devops

shaowenchen commented 3 years ago

/project devops

LinuxSuRen commented 3 years ago

Actually, they should be a build environment instead of a runtime. For example, in order to compile the Java source, we need JDK instead of JRE. We don't run some kind of application in these agents. According to this, I think the naming of builder is fine.

Please explain more if you still believe we need to make changes.

shaowenchen commented 3 years ago

It is a builder in CI, but runtime in CD. Builder or Runtime can't appear the feature. The main reason is that users are confused with the s2i builder.