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.
- Host: GitHub
- URL: https://github.com/abhi347/hw-ci
- Owner: Abhi347
- Created: 2017-10-17T07:20:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T10:48:38.000Z (over 5 years ago)
- Last Synced: 2024-12-29T03:25:29.437Z (5 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
- PythonThe 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
```