https://github.com/setekhid/ketos
Cross Container Builder (Ketos), a tasting project for Go Hackathon 2017 Shanghai. This project aims to help you building a docker image in CI platform better.
https://github.com/setekhid/ketos
continuous-integration diy docker docker-builder docker-registry hackathon ketos tasting
Last synced: 3 months ago
JSON representation
Cross Container Builder (Ketos), a tasting project for Go Hackathon 2017 Shanghai. This project aims to help you building a docker image in CI platform better.
- Host: GitHub
- URL: https://github.com/setekhid/ketos
- Owner: setekhid
- License: bsd-3-clause
- Created: 2017-10-01T15:35:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T04:05:42.000Z (over 8 years ago)
- Last Synced: 2024-06-20T00:40:53.754Z (almost 2 years ago)
- Topics: continuous-integration, diy, docker, docker-builder, docker-registry, hackathon, ketos, tasting
- Language: Go
- Homepage:
- Size: 1020 KB
- Stars: 19
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> **Notice**:
>
> For now, everything should be worked theoretically, but some dependencies may broken caused by GFW and Chinese meeting. Continuous developing is not possible. Before that, I will complete refactoring my graduation design first.
# Cross Container Builder (Ketos)
[](https://godoc.org/github.com/setekhid/ketos) [](https://goreportcard.com/report/github.com/setekhid/ketos) [](https://travis-ci.org/setekhid/ketos)
A tasting project for Go Hackathon 2017 Shanghai.
This project aims to help you building a docker image in CI platform better.
## Hackathon Team (alpha order)
```
Ace-Tang (github.com/ace-tang)
Huitse Tai (github.com/setekhid)
```
## Building & Usage
```bash
docker build -t setekhid/ketos:latest .
docker run -it --rm setekhid/ketos:latest xcb help
```