@@ -17,7 +17,7 @@ Container_Boundary(c1, "Namespaced ODS Pipeline Installation"){
17
17
18
18
Boundary (tasks , "Tasks" ) {
19
19
Component (task_build_go , "ods-build-go" , "Task" , "Builds Go (module) applications" )
20
- Component (task_build_npm , "ods-build-npm" , "Task" , "Builds Node.js based applications using NPM " )
20
+ Component (task_build_npm , "ods-build-npm" , "Task" , "Builds Node.js based applications using npm " )
21
21
Component (task_build_python , "ods-build-python" , "Task" , "Builds Python applications" )
22
22
Component (task_build_gradle , "ods-build-gradle" , "Task" , "Builds JDK based applications using Gradle" )
23
23
Component (task_package_image , "ods-package-image" , "Task" , "Packages container images" )
@@ -28,7 +28,7 @@ Container_Boundary(c1, "Namespaced ODS Pipeline Installation"){
28
28
29
29
Boundary (images , "Images" ) {
30
30
Component (image_go_toolset , "ods/go-toolset" , "Container Image" , "Go, golangci-lint, build script" )
31
- Component (image_node16_npm_toolset , "ods/node16-npm-toolset" , "Container Image" , "Node.js, NPM , build script" )
31
+ Component (image_node16_npm_toolset , "ods/node16-npm-toolset" , "Container Image" , "Node.js, npm , build script" )
32
32
Component (image_python_toolset , "ods/python-toolset" , "Container Image" , "Python, build script" )
33
33
Component (image_gradle_toolset , "ods/gradle-toolset" , "Container Image" , "JDK, Gradle, build script" )
34
34
Component (image_buildah , "ods/buildah" , "Container Image" , "Buildah, Aqua scanner" )
0 commit comments