-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configuring alternative solutions for ssh connection requirement #168
Comments
Hi, exec.go#L24 passes the environment variables (i.e. I believe that replacing `bzr``s configuration docs might also help: |
I also ran into this problem. Our whole corporate network only allows access via http/https/ftp via proxy servers.
So 👍 from my side for switching to https for the ubuntu CVE tracker. |
@Quentin-M @databus23 thanks for both of you for the information. I am currently using "docker" way to spin up clair as suggested in the main documentation. If I use the docker way, then I will not be able to change the source code and test it out on my end, right? Shall I have to use build from source to work this particular issue around? |
Awesome, thanks @databus23 for the feedback on that. Your snippet doesn't show it but I assume that using |
Clair 1.2.2 created to include this patch : https://github.com/coreos/clair/releases/tag/v1.2.2 |
I think my error still remains even with the latest image. I can still see the same error as last time. Could you please let me know how can I verify if I am running the correct code? Here is the error snippet: Anyone any suggestions? |
Hi, I just pushed v1.2.2 on Quay.io. Sorry for the delay. |
thanks. It seems like the ubuntu fetcher issue goes way but another error shows up as mentioned in #192. also just as a reminder you updated https://raw.githubusercontent.com/coreos/clair/master/config.example.yaml but it is not compatible with v1.2.2 |
Hello,
It appears to me that clair needs not only http connection but ssh to the internet.
However, it is difficult to meet this requirement (ssh internet connection) under many production environments. Is there a way to config clair to only require http proxy to work?
The reason that I am saying clair needs ssh because it uses bzr to create reps which will trigger ssh connection. details can be found at: https://github.com/coreos/clair/blob/f0642bb47f4ebe23194b3ea736a20dc8661c1d7a/updater/fetchers/ubuntu/ubuntu.go#L252
thanks
The text was updated successfully, but these errors were encountered: