https://github.com/dwolla/jenkins-agent-docker-mono
Docker image based on Dwolla’s core Jenkins Agent Docker image making mono available to Jenkins jobs.
https://github.com/dwolla/jenkins-agent-docker-mono
Last synced: about 2 months ago
JSON representation
Docker image based on Dwolla’s core Jenkins Agent Docker image making mono available to Jenkins jobs.
- Host: GitHub
- URL: https://github.com/dwolla/jenkins-agent-docker-mono
- Owner: Dwolla
- License: mit
- Created: 2020-12-14T17:37:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T14:39:09.000Z (about 1 year ago)
- Last Synced: 2025-02-15T23:43:59.006Z (3 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/dwolla/jenkins-agent-mono
- Size: 17.6 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Jenkins Agent with mono
[](https://microbadger.com/images/dwolla/jenkins-agent-mono)
[](https://github.com/Dwolla/jenkins-agent-docker-mono/blob/master/LICENSE)Docker image based on Dwolla’s [core Jenkins Agent](https://github.com/Dwolla/jenkins-agent-docker-core) images, making [mono](https://www.mono-project.com/) available to Jenkins jobs.
## Local Development
With [yq](https://kislyuk.github.io/yq/) installed, to build this image locally run the following command:
```bash
make \
CORE_JDK11_TAG=$( curl --silent https://raw.githubusercontent.com/Dwolla/jenkins-agents-workflow/main/.github/workflows/build-docker-image.yml | \
yq .on.workflow_call.inputs.CORE_TAG.default) \
all
```Alternatively, without [yq](https://kislyuk.github.io/yq/) installed, refer to the CORE_TAG default values defined in [jenkins-agents-workflow](https://github.com/Dwolla/jenkins-agents-workflow/blob/main/.github/workflows/build-docker-image.yml) and run the following command:
`make CORE_JDK11_TAG= all`