make failed due to k8s version set to `1.28` in Rocky linux test container
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 3.9k
- Forks
- 230
- Avg merge
- 7h 48m
- Merged PRs (30d)
- 3
Description
Hi,
Just a minor issue, It seems that in the test/Dockerfile.rocky-9 the k8s version is set to 1.28 which is deprecated and so it causes the dnf failed to resolved and thus the test container failed to build. This can be fixed be setting ARG kubernetes_version=1.29
Thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with test/Dockerfile.rocky-9 and inspect the kubernetes_version argument used by the Rocky Linux test container. Update the deprecated version to the requested supported value, then rebuild the test container to confirm that dnf resolves dependencies and the build succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, kubernetes
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100