You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
..
android.dockerfile
debian-sid.dockerfile fix docker lines and dont install recommended packages 4 years ago
debian-stable.dockerfile
debian-win32-cross.dockerfile
lint.dockerfile Upgrade to clang-format 11 4 years ago
readme.md
rebuild-docker-images.sh
ubuntu-bionic.dockerfile fix docker lines and dont install recommended packages 4 years ago
ubuntu-focal.dockerfile fix docker lines and dont install recommended packages 4 years ago

readme.md

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