Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cam-barts/robot-synthetic-base-image
- Owner: cam-barts
- License: mit
- Created: 2022-10-27T02:51:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T02:52:35.000Z (about 2 years ago)
- Last Synced: 2024-10-13T22:48:07.416Z (2 months ago)
- Topics: docker, hacktoberfest, hacktoberfest2022, python, synthetic
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`