k3d-io / k3d

Little helper to run CNCF's k3s in Docker
https://k3d.io/
MIT License
5.47k stars 462 forks source link

fix: bump docker version in dind image #1519

Closed erikgb closed 1 month ago

erikgb commented 1 month ago

What

Bumps the base image of the k3d dind image.

Also refreshes the test matrix to currently supported Docker and k3s (Kubernetes) versions.

Why

I mainly looked at this because we use the k3d dind image as a base image for our controller e2e-tests image. The installed software seemed outdated and I also noticed reported vulnerabilities.

Fixes https://github.com/k3d-io/k3d/issues/1482

Implications

Hopefully none - except improving the user experience when using the dind image.

iwilltry42 commented 1 month ago

Thanks for the initiative! Merged and checking if the tests pass on main :+1: