https://github.com/core23/jenkins-docker-agents
https://github.com/core23/jenkins-docker-agents
docker hacktoberfest jenkins jenkins-agent jenkins-slave
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/core23/jenkins-docker-agents
- Owner: core23
- Created: 2018-12-07T15:46:35.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-11-29T09:39:46.000Z (7 months ago)
- Last Synced: 2025-12-01T10:56:49.900Z (6 months ago)
- Topics: docker, hacktoberfest, jenkins, jenkins-agent, jenkins-slave
- Language: Dockerfile
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Jenkins Agents
==============
[](https://github.com/core23/jenkins-docker-agents/actions/workflows/continuous-integration.yml)
PHP Agents
----------
If you have a jenkins server running (on serverhost:8080), you can connect the agent via the following command.
```bash
docker run -d --restart always -v ~/.composer:/home/jenkins/.composer ghcr.io/core23/jenkins-php-agent:8.2 -url http://serverhost:8080 SECRET AGENT_NAME
```
Please have a look at the [official docs](https://hub.docker.com/r/jenkins/inbound-agent) for more information.