An open API service indexing awesome lists of open source software.

https://github.com/abhi347/hw-ci

Simple DockerFile which I have been using for implementing Continuous Integration for one of my project.
https://github.com/abhi347/hw-ci

Last synced: 3 months ago
JSON representation

Simple DockerFile which I have been using for implementing Continuous Integration for one of my project.

Awesome Lists containing this project

README

        

# HW-CI
Simple DockerFile which I have been using for implementing Continuous Integration for one of my project.

The built image installs the following dependencies
- Google Cloud SDK (Latest)
- Google App Engine Python Component
- Node.JS (6.x)
- Gulp
- Python

The built image is available at dockerhub at abhi347/hw-ci. To pull the image please use the following command.
```sh
docker pull abhi347/hw-ci
```