Change Docker base image to version 29#4602
Change Docker base image to version 29#4602brendandburns wants to merge 1 commit intomaster-java8from
Conversation
Updated Docker base image from 'docker:stable' to 'docker:29'.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
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:stabletodocker:29for better version control and stability
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updated Docker base image from 'docker:stable' to 'docker:29'.