-
Notifications
You must be signed in to change notification settings - Fork 5k
Generate KIC tool versions for website on KIC Base release #12030
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
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: andriyDev The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
093d43c
to
d567a92
Compare
d567a92
to
7e2e6c0
Compare
@medyagh I manually backfilled for the current kicbase. |
7e2e6c0
to
0ab8c33
Compare
0ab8c33
to
3c7a564
Compare
Moved all the version collection commands to a single script. This reduces the number of layers in the image, simplifies management, and makes version collection reusable. |
ok-to-build-image |
Hi @andriyDev, we have updated your PR with the reference to newly built kicbase image. Pull the changes locally if you want to test with them or update your PR further. |
@andriyDev: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
1 similar comment
@andriyDev: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@andriyDev: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rather we don't make kic a unique case
For sake of better maintenaniablity let's just start minikube and spit out versions for docker and a vm driver in automation
Skipping this for now |
Partially completes #11435. Still need to do ISO.
Kicbase Dockerfile creates /tools.csv containing the versions of all tools. Kicbase release script then extracts this file and uses it to generate the web page.
Note: crictl has unknown version due to a bug in the binary itself. See kubernetes-sigs/cri-tools#798 for more