https://github.com/dwolla/jenkins-agent-docker-packer
https://github.com/dwolla/jenkins-agent-docker-packer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dwolla/jenkins-agent-docker-packer
- Owner: Dwolla
- Created: 2023-08-11T17:19:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T14:49:20.000Z (over 1 year ago)
- Last Synced: 2025-02-15T23:43:59.009Z (3 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Jenkins Agent with Packer
[](https://microbadger.com/images/dwolla/jenkins-agent-sbt)
[](https://github.com/Dwolla/jenkins-agent-docker-packer/blob/master/LICENSE)Docker image based on Dwolla’s [python Jenkins Agent](https://github.com/Dwolla/jenkins-agent-docker-core) images, making [packer](http://scala-sbt.org) available to Jenkins jobs.
GitHub Actions will build the Docker images for multiple supported architectures.
## Local Development
```bash
make \
PYTHON_JDK11_TAG=$(curl -L -s 'https://registry.hub.docker.com/v2/repositories/dwolla/jenkins-agent-python/tags?page_size=1024'| jq '.results[1].name') \
all
```Alternatively, fetch the most recent python tag value defined [here](https://hub.docker.com/r/dwolla/jenkins-agent-python/tags) and run the following command:
`make PYTHON_JDK11_TAG= all`