mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
e5aa96ed7c
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. |
||
---|---|---|
.. | ||
android.dockerfile | ||
debian-sid.dockerfile | ||
debian-stable.dockerfile | ||
debian-win32-cross.dockerfile | ||
lint.dockerfile | ||
readme.md | ||
rebuild-docker-images.sh | ||
ubuntu-bionic.dockerfile | ||
ubuntu-focal.dockerfile |
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