https://github.com/luvit/luvi-docker-builder
Docker scripts to build RPMs and DEBs
https://github.com/luvit/luvi-docker-builder
Last synced: 5 months ago
JSON representation
Docker scripts to build RPMs and DEBs
- Host: GitHub
- URL: https://github.com/luvit/luvi-docker-builder
- Owner: luvit
- Created: 2015-02-26T19:41:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T15:39:55.000Z (over 10 years ago)
- Last Synced: 2025-09-12T04:07:44.349Z (10 months ago)
- Language: Makefile
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
luvi-docker-builder
====================
Builds luvi for supported distros with docker scripts + makefiles.
Usage
-----
```bash
# required: linux install with internet and recent-ish docker installed
git clone https://github.com/luvi/luvi-docker-builder
cd luvi-docker-builder/$distro
make
```
TODO
----
* All generated RPMs are untested right now.
* Fedora 16-19 do not have official docker images. TBD how to build those.