https://github.com/runnable/canary-build
Project used for build canary testing
https://github.com/runnable/canary-build
Last synced: 22 days ago
JSON representation
Project used for build canary testing
- Host: GitHub
- URL: https://github.com/runnable/canary-build
- Owner: Runnable
- Created: 2016-03-25T21:58:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T00:27:05.000Z (about 10 years ago)
- Last Synced: 2025-03-05T16:27:13.597Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# canary-build
A service used for canary testing container builds.
## Overview
- Simple [Hapi](https://github.com/hapijs/hapi) HTTP Server
- Listens on port defined by `process.env.PORT`
- `GET /` - The only route, returns the number of times the route has been
requested.
- Server start and each request is logged via [bunyan](https://github.com/trentm/node-bunyan)
## Container Details
- Stack Type / Version: Node.js `>= 4`
- Packages: *none*
- Build Commands: `npm install`
- Container CMD: `npm start`
## License
MIT