Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cam-barts/robot-synthetic-base-image


https://github.com/cam-barts/robot-synthetic-base-image

docker hacktoberfest hacktoberfest2022 python synthetic

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Robot Synthetic Base Image

This image builds on [ppodgorsek's](https://github.com/ppodgorsek/docker-robot-framework) work building the robot framework for docker. The only enhancements this image intends to add is the ability to run the tests on a cron job.

This is meant to be used with something like the `httpd` image to expose the reports (see [docker-compose](docker-compose.yml) file for an example).

# Known Issues

- The image runs as root to handle installing cronie and running the cron jobs, so it no longer respects `ROBOT_UID` or `ROBOT_GUID`.
- The image looks for an output log at a hard set location (`/opt/robotframework/temp/out.txt`), so it won't respect `ROBOT_WORK_DIR`