Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwolla/jenkins-agent-docker-terraform
https://github.com/dwolla/jenkins-agent-docker-terraform
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dwolla/jenkins-agent-docker-terraform
- Owner: Dwolla
- License: mit
- Created: 2024-04-26T22:02:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T16:41:03.000Z (6 months ago)
- Last Synced: 2024-04-29T17:37:45.141Z (6 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jenkins Agent with Terraform Build Tools
[![](https://images.microbadger.com/badges/image/dwolla/jenkins-agent-terraform.svg)](https://microbadger.com/images/dwolla/jenkins-agent-terraform)
[![license](https://img.shields.io/github/license/dwolla/jenkins-agent-docker-terraform.svg?style=flat-square)](https://github.com/Dwolla/jenkins-agent-docker-terraform/blob/master/LICENSE)Docker image based on [Dwolla’s core Jenkins Agent Docker image](https://github.com/Dwolla/jenkins-agent-docker-core) making Terraform build tools available to Jenkins jobs.
GitHub Actions will build the Docker images for multiple supported architectures.
## Local Development
With [yq](https://kislyuk.github.io/yq/) installed, to build this image locally run the following command:
```bash
make \
NVM_TAG=$(curl --silent https://raw.githubusercontent.com/Dwolla/jenkins-agents-workflow/main/.github/workflows/build-docker-image.yml | \
yq .on.workflow_call.inputs.NVM_TAG.default) \
all
```Alternatively, without [yq](https://kislyuk.github.io/yq/) installed, refer to the NVM_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 NVM_TAG= all`