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

Failed to scan repository for git repository which certificate is signed by Let's Encrypt #55

Open
JohnNiang opened this issue Nov 15, 2021 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@JohnNiang
Copy link
Member

JohnNiang commented Nov 15, 2021

What's happened?

Please see the following screenshot:

image

I found that ca-certificates insider ks-jenkins image is too old, below is my evidence:

root@devops-jenkins-7df59b847c-jhvtw:/# apt-get upgrade ca-certificates
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates is already the newest version (20200601~deb9u1).
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I can confirmed that it's useful after we update ca-certificates insider ks-jenkins image.

image

Temporary solution

Execute commands below inside ks-jenkins container.

apt update
apt upgrade -y ca-certificates

References:

/kind bug
/cc @kubesphere/sig-devops

@ks-ci-bot ks-ci-bot added the kind/bug Categorizes issue or PR as related to a bug. label Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants