https://github.com/luzlab/jenkins-meteor
Jenkins with meteor and other misc deps
https://github.com/luzlab/jenkins-meteor
Last synced: about 1 year ago
JSON representation
Jenkins with meteor and other misc deps
- Host: GitHub
- URL: https://github.com/luzlab/jenkins-meteor
- Owner: luzlab
- Created: 2018-02-27T06:37:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T19:43:43.000Z (over 8 years ago)
- Last Synced: 2025-02-10T14:12:13.619Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
We use this docker container for testing our meteor apps. It includes:
* Jenkins
* Node v4.8
* NPM v
* -- node-gyp (global)
To build the image `docker build -t studiofathom/jenkins-meteor: .`
To push the image to the repository `docker push studiofathom/jenkins-meteor:`.
Alternately, `./build.sh` handles building, tagging and conditionally pushing the image.