https://github.com/clarus/massive-ci
Make sure no one kills my or my friends' projects
https://github.com/clarus/massive-ci
Last synced: about 2 months ago
JSON representation
Make sure no one kills my or my friends' projects
- Host: GitHub
- URL: https://github.com/clarus/massive-ci
- Owner: clarus
- License: mit
- Created: 2019-05-08T13:31:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T14:33:37.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T14:24:49.191Z (4 months ago)
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Massive CI
> Make sure no one kills my or my friends' projectsA collection of Dockerfiles, each one testing a different project. All the Dockerfiles should be able to build.
To build all the images:
```
sudo ./run.sh
```To build all the images without the Docker cache:
```
sudo ./run.sh --no-cache
```To test one image:
```
sudo docker build folder_name/
```