https://github.com/dwolla/jenkins-agent-docker-nvm-sbt
https://github.com/dwolla/jenkins-agent-docker-nvm-sbt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dwolla/jenkins-agent-docker-nvm-sbt
- Owner: Dwolla
- License: mit
- Created: 2016-12-06T20:37:18.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T18:16:24.000Z (over 1 year ago)
- Last Synced: 2025-02-15T23:44:01.477Z (3 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/dwolla/jenkins-agent-nvm-sbt/
- Size: 20.5 KB
- Stars: 0
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Jenkins Agent with nvm and sbt
[](https://microbadger.com/images/dwolla/jenkins-agent-nvm-sbt)
[](https://github.com/Dwolla/jenkins-agent-docker-nvm-sbt/blob/master/LICENSE)Docker image that makes [nvm](https://github.com/creationix/nvm) and [sbt](http://scala-sbt.org/) available to Jenkins jobs, based on Dwolla’s [sbt-version-cache](https://github.com/Dwolla/docker-sbt-version-cache) image.
## 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`