2021-02-26 17:26:48 +00:00
|
|
|
## drone-ci docker jizz
|
|
|
|
|
2021-10-16 15:11:39 +00:00
|
|
|
To rebuild all ci images and push them to the oxen registry server do:
|
2021-02-26 17:26:48 +00:00
|
|
|
|
2021-10-16 15:11:39 +00:00
|
|
|
$ docker login registry.oxen.rocks
|
2021-10-17 17:46:30 +00:00
|
|
|
$ ./rebuild-docker-images.sh
|
2021-02-26 17:26:48 +00:00
|
|
|
|
2021-10-16 15:11:39 +00:00
|
|
|
If you aren't part of the Oxen team, you'll likely need to set up your own registry and change
|
|
|
|
registry.oxen.rocks to your own domain name in order to do anything useful with this.
|
|
|
|
|
|
|
|
The docker images will be `registry.oxen.rocks/lokinet-ci-*`for each \*.dockerfile in this
|
|
|
|
directory, with the leading numeric `NN-` removed, if present (so that you can ensure proper
|
|
|
|
ordering using two-digit numeric prefixes).
|