Simone Savi

Results 6 comments of Simone Savi

Hi all, I have a similar problem. I have tried to install Clair in Azure AKS. I used Helm with below configuration file: ``` # Default values for clair. #...

I found a solution. The problem can be solved obtaining the last stable version (currently 2.0.7). The tag `latest` now point to v.2.0.5. To download the last one, for a...

@poojatr Renaming klar isn't a problem. I believe that command syntax isn't correct, try: `CLAIR_ADDR=http://localhost:6060 CLAIR_OUTPUT=Low CLAIR_THRESHOLD=10 ./klar docker.io/postgres:9.5.1` klar command must be in current directoy. If you add klar...

@poojatr I have noted an error in your docker run syntax, you are using `quay.io/coreos/clair-git` but the correct one is `quay.io/coreos/clair`. You must be sure that your clair service is...

I want to have an Azure Key Vault with this configuration: - Public Access Denied (no public IP or VNet allowed) - Private endpoint connected to a specific VNet I'm...

After a troubleshooting I can confirm that the problem was generated by a DNS misconfiguration which did not correctly resolve the key vault name. Anyway you require access to the...