https://github.com/rubenwardy/docker-teamcity-agent-sfml
A TeamCity agent with SFML, SFGUI, Thor, and Lua support
https://github.com/rubenwardy/docker-teamcity-agent-sfml
docker-image sfml teamcity-agent
Last synced: 2 months ago
JSON representation
A TeamCity agent with SFML, SFGUI, Thor, and Lua support
- Host: GitHub
- URL: https://github.com/rubenwardy/docker-teamcity-agent-sfml
- Owner: rubenwardy
- Created: 2017-07-13T21:30:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T19:51:58.000Z (almost 9 years ago)
- Last Synced: 2025-04-06T14:38:18.805Z (about 1 year ago)
- Topics: docker-image, sfml, teamcity-agent
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TeamCity SFML Agent for Docker
Inherits from [jetbrains/docker](https://hub.docker.com/r/jetbrains/teamcity-agent/).
Includes:
* SFML (latest master)
* SFGUI (latest master)
* Thor v2
## docker-compose example
```yml
teamcity-agent:
build: docker-teamcity-agent-sfml
depends_on:
- teamcity-server
environment:
- SERVER_URL=http://teamcity-server:8111
volumes:
- "/home/teamcity/data/agent:/data/teamcity_agent/conf"
```
## todo
* Add to [hub.docker.com](https://hub.docker.com)