Skip to content
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

Running Sonobuoy test from docker security private registry images #1020

Closed
kobemtl opened this issue Nov 28, 2019 · 2 comments
Closed

Running Sonobuoy test from docker security private registry images #1020

kobemtl opened this issue Nov 28, 2019 · 2 comments

Comments

@kobemtl
Copy link

kobemtl commented Nov 28, 2019

Hi, I am trying to running Sonobuoy test from docker security private registry images. I've been follow Manually specify the images and it works fine. But the job gonna run in Jenkins pipeline. I need to wait until the test finish to continue the reset of stages. With this way, I don't think it's possible. Let me know if I am wrong please.

Then I tried using --sonobuoy-image and --kube-conformance-image. By this way I could use --wait. Problem is our docker registry is not public. Then I got unauthorized error when pulling the image. I check there is no parameter for username password login.

Can anybody help me on this please?

Much appreciate it.

@johnSchnake
Copy link
Contributor

Absolutely; this is actually do-able now and that document should be updated.

So on the step where you run kubectl apply -f config.yaml you can now run sonobuoy run -f config.yaml --wait

The PR that accomplished that is here #925

Let me know if you need more info but if I read correctly, this should solve your issue.

@kobemtl
Copy link
Author

kobemtl commented Nov 29, 2019

Thanks a log John. That works fine and I should check the document more carefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants