@@ -17,7 +17,7 @@ Container_Boundary(c1, "Namespaced ODS Pipeline Installation"){
1717
1818 Boundary (tasks , "Tasks" ) {
1919 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 " )
2121 Component (task_build_python , "ods-build-python" , "Task" , "Builds Python applications" )
2222 Component (task_build_gradle , "ods-build-gradle" , "Task" , "Builds JDK based applications using Gradle" )
2323 Component (task_package_image , "ods-package-image" , "Task" , "Packages container images" )
@@ -28,7 +28,7 @@ Container_Boundary(c1, "Namespaced ODS Pipeline Installation"){
2828
2929 Boundary (images , "Images" ) {
3030 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" )
3232 Component (image_python_toolset , "ods/python-toolset" , "Container Image" , "Python, build script" )
3333 Component (image_gradle_toolset , "ods/gradle-toolset" , "Container Image" , "JDK, Gradle, build script" )
3434 Component (image_buildah , "ods/buildah" , "Container Image" , "Buildah, Aqua scanner" )
0 commit comments