Change Docker base image to version 29 by brendandburns · Pull Request #4602 · kubernetes-client/java

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the Docker base image in the CRD model generation Dockerfile from the floating docker:stable tag to a pinned version docker:29. This change improves build reproducibility and helps prevent issues related to Docker API version mismatches. The Dockerfile is used to create a container that orchestrates CRD Java model generation using kind, kubectl, and Docker-in-Docker.

Changes:

  • Updated Docker base image from docker:stable to docker:29 for better version control and stability

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.