Renamed docker images to use hp-latest image. (#61)

* Renamed docker images to use hp-latest image.
* Updated hp client lib.
This commit is contained in:
Ravin Perera
2021-09-22 09:28:39 +05:30
committed by GitHub
parent 1473d2b059
commit 93250ab664
8 changed files with 16 additions and 15 deletions

View File

@@ -69,8 +69,8 @@ namespace conf
cfg.system.max_storage_kbytes = 5242880; // Total 5GB
const std::string img_prefix = registry_addr.empty() ? "hotpocketdev" : std::string(registry_addr);
cfg.docker.images["hp.0.5-ubt.20.04"] = img_prefix + "/sashimono:hp.0.5-ubt.20.04";
cfg.docker.images["hp.0.5-ubt.20.04-njs.14"] = img_prefix + "/sashimono:hp.0.5-ubt.20.04-njs.14";
cfg.docker.images["hp.latest-ubt.20.04"] = img_prefix + "/sashimono:hp.latest-ubt.20.04";
cfg.docker.images["hp.latest-ubt.20.04-njs.14"] = img_prefix + "/sashimono:hp.latest-ubt.20.04-njs.14";
cfg.log.max_file_count = 50;
cfg.log.max_mbytes_per_file = 10;