diff --git a/doc/DevopsBuild.md b/doc/DevopsBuild.md index 9056dbd..0e81948 100644 --- a/doc/DevopsBuild.md +++ b/doc/DevopsBuild.md @@ -23,12 +23,9 @@ classDiagram | build_dir_name | name of dir, build is executed in | target | | build_types | list of special builds used. Valid values are ["IMAGE", "C4K", "K3S", "TERRAFORM"] | [] | | mixin_types | mixins are orthoganl to builds and represent additional capabilities. Valid Values are ["RELEASE"] | [] | -| module | module name - may result in a hierarchy like name/module | | -| name | dedicated name of the build | module | -| project_root_path | relative path to projects root. Is used to locate the target dir | | -| stage | sth. like test, int, acc or prod | | ## Example Usage + ### build.py ```python diff --git a/doc/DevopsImageBuild.md b/doc/DevopsImageBuild.md index d260631..1eb38b1 100644 --- a/doc/DevopsImageBuild.md +++ b/doc/DevopsImageBuild.md @@ -30,7 +30,7 @@ classDiagram | image_dockerhub_user | user to access docker-hub | IMAGE_DOCKERHUB_USER from env or credentials from gopass | | image_dockerhub_password | password to access docker-hub | IMAGE_DOCKERHUB_PASSWORD from env or credentials from gopass | | image_tag | tag for publishing the image | IMAGE_TAG from env | - +| image_naming | Strategy for calculate the image name. Posible values are [NAME_ONLY,NAME_AND_MODULE] |NAME_ONLY | ### Credentials Mapping defaults