https://github.com/rhardih/by
Automatic build system for stand container images to trigger builds on Travis
https://github.com/rhardih/by
android android-ndk docker docker-hub ruby sinatra travis travis-ci
Last synced: about 1 month ago
JSON representation
Automatic build system for stand container images to trigger builds on Travis
- Host: GitHub
- URL: https://github.com/rhardih/by
- Owner: rhardih
- License: mit
- Created: 2017-12-06T22:37:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T00:52:27.000Z (almost 3 years ago)
- Last Synced: 2025-06-22T18:07:28.325Z (12 months ago)
- Topics: android, android-ndk, docker, docker-hub, ruby, sinatra, travis, travis-ci
- Language: HTML
- Homepage: https://standby.rhardih.io
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# by
An automatic build system for [**stand**](https://github.com/rhardih/stand)
containers.

In short, **by** is a small web application, which provides an exhaustive
overview of available **stand** containers images, based on combinations of what
*NDK*, *platform* and *toolchain* each include. It also provides information
about whether an image with a specific combination is already available to be
pulled, or has yet to be built.
For images not yet built, **by** also provides a means for creating not yet
existing combinations, by triggering builds on [Github](https://github.com/),
which subsequently pushes the resulting container images to [Docker
Hub](https://hub.docker.com/r/rhardih/stand/tags)
An instance is currently is currently hosted on a free plan on
[Render](https://render.com) and is automatically deployed from the `master`
branch. It is available at:
[https://standby.rhardih.io](https://standby.rhardih.io)
## Disclaimer
Please note that the use the Android NDK is subject to the Terms and Conditions
laid forth by Google. For the full text, please see:
[https://developer.android.com/ndk/downloads/](https://developer.android.com/ndk/downloads/index.html)