ricardozanini commented on code in PR #2235: URL: https://github.com/apache/incubator-kie-tools/pull/2235#discussion_r1572516085
########## packages/kogito-swf-devmode/README.md: ########## @@ -0,0 +1,67 @@ +# kogito-swf-devmode + +This package contains the `cekit` image descriptor (`kogito-swf-devmode-image.yaml`) and modules needed to build the `kogito-swf-devmode` +image along with the modules and scripts provided in `@kie-tools/kogito-swf-common`. + +## Additional requirements + +- **python3** with the following packages installed: + - `behave` `lxml` `docker` `docker-squash` `elementPath` `pyyaml` `ruamel.yaml` `python-dateutil` `Jinja2` `pykwalify` `colorlog` `click` +- **cekit 4.11.0**: [docs.cekit.io](https://docs.cekit.io/en/latest/index.html) +- **s2i**: [source-to-image](https://github.com/openshift/source-to-image) Review Comment: We don't need this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
