hashmap
hashmap
One of the initial requirements for Klar was ability to run on a machine without docker. Reusing docker codebase might be a good idea.
Sounds like a nice feature, but it was never requested before. We will try to add it in the in 2.1. Thanks for suggestion!
the first version used regexs, we switched to custom parsing later on https://github.com/optiopay/klar/commit/876ecd82b78e70f79df20a3c87fe5be765e1577a
One pass instead of multiple matches as it was before, you approach looks interesting
Totally! We had like 2 env vars in the beginning.
@tsuna thanks for the report, might be a problem with vendored version, I'll check it. Totally agree with CI point, we used to use our internal CI but stopped around...
@jvervier it seems you have a Clair issue, could be caused by Klar, but looks strange
Please update `klar.env` to contain `KLAR_TRACE=true` (without E), it seems that Klar can't connect do docker registry.
Can you telnet or curl `10.90.1.78:443` from a machine with Klar? It seems that your private registry is unreachable. Also does it have HTTPS enabled?
@prasenforu I can just see that docker can pull images from the registry. It may or may not mean that `10.90.1.78:443` is reachable, it may be listening on port 80...