lokinet/contrib/ci/docker
Jason Rhinelander e5aa96ed7c Upgrade to clang-format 11
The formatting changes here are not too large and also nice: in
particular clang-format-11 appears to do better handling of `{...}`
constructor braces/arguments.
2021-03-05 13:36:31 -04:00
..
android.dockerfile redo ci pipeline: 2021-03-02 07:21:57 -05:00
debian-sid.dockerfile fix docker lines and dont install recommended packages 2021-03-04 17:03:02 -05:00
debian-stable.dockerfile Add oxen-core deps to docker images 2021-03-04 17:21:45 -04:00
debian-win32-cross.dockerfile Add oxen-core deps to docker images 2021-03-04 17:21:45 -04:00
lint.dockerfile Upgrade to clang-format 11 2021-03-05 13:36:31 -04:00
readme.md redo ci pipeline: 2021-03-02 07:21:57 -05:00
rebuild-docker-images.sh redo ci pipeline: 2021-03-02 07:21:57 -05:00
ubuntu-bionic.dockerfile fix docker lines and dont install recommended packages 2021-03-04 17:03:02 -05:00
ubuntu-focal.dockerfile fix docker lines and dont install recommended packages 2021-03-04 17:03:02 -05:00

drone-ci docker jizz

To rebuild all ci images and push them to a registry server do:

$ docker login your.registry.here
$ ./rebuild-docker-images.sh your.registry.here *.dockerfile

The docker images will be your.registry.here/lokinet-ci-*for each *.dockerfile in this directory