https://github.com/dwolla/jenkins-agent-docker-cypress
Docker image based on Cypress' base image and Dwolla’s core Jenkins Agent image, making Cypress available to Jenkins jobs.
https://github.com/dwolla/jenkins-agent-docker-cypress
Last synced: about 2 months ago
JSON representation
Docker image based on Cypress' base image and Dwolla’s core Jenkins Agent image, making Cypress available to Jenkins jobs.
- Host: GitHub
- URL: https://github.com/dwolla/jenkins-agent-docker-cypress
- Owner: Dwolla
- License: mit
- Created: 2021-06-08T16:15:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T18:16:25.000Z (over 1 year ago)
- Last Synced: 2025-02-15T23:44:01.815Z (4 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/dwolla/jenkins-agent-cypress
- Size: 9.77 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# jenkins-agent-docker-cypress
[](https://github.com/Dwolla/jenkins-agent-docker-cypress/blob/main/LICENSE)
Docker image based on Dwolla's [nvm Jenkins Agent](https://github.com/Dwolla/jenkins-agent-docker-core) that inclues a number of system dependencies making [nvm](https://github.com/creationix/nvm) and [Cypress](https://www.cypress.io/) available to Jenkins jobs.
## Local Development
To build this image locally, refer to the NVM_TAG default value 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 TAG_ENV= all`