Commit Graph

11 Commits (87bdfa6e78fe4faa825ac71cec965e9bd6ca6127)

Author SHA1 Message Date
Michael 0b4d787042
More work on router docker image
- Multi-stage docker build (final image only 15MB!)
- Build in release mode
    - Fix bug with release mode
    - Fix compiler being dumb AF
    - Disable FORTIFY for now
- Enable LTO when making a staticly linked release
- Fix some gcc specific warnings
- Refactor cmake stuff into multiple files
5 years ago
Ryan Tharp 60f7916cb6 got router working in docker 5 years ago
Ryan Tharp b525272f24 add router docker file 5 years ago
Michael 1b331ea6f7
Remove mention of rapidjson from readme/docker files etc 5 years ago
Jeff Becker 39fdebbf48
* make docker use ninja
* fix debian build
5 years ago
Jeff Becker b521ba4670
make pylokinet work 5 years ago
Jeff Becker d89e58199a
add initial identity key seed stuff
add more kubernetes stuff

make shared library installed if built
5 years ago
Michael 1d280553a7
Change debian.Dockerfile to use debian-stable 6 years ago
Michael 6251626349
Create dockerfile for ubuntu 6 years ago
Michael Thorpe a2d5d80779
Enable warnings as errors
test criteria:
- Built from clean on macOS
6 years ago
Michael Thorpe 01445399f0
Add initial dockerfile support
This provides a simple way to do quick cross-platform verification
of changes.

`make docker-debian` will build a debian image and run the tests
`make docker-fedora` will build a fedora image and run the tests
6 years ago