-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Kicbase/ISO: Update docker from 28.3.2 to 28.3.3 #21248
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
Kicbase/ISO: Update docker from 28.3.2 to 28.3.3 #21248
Conversation
|
ok-to-build-image |
|
ok-to-build-iso |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: minikube-bot 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 |
|
Hi @minikube-bot. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
|
Hi @minikube-bot, 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. |
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.
Pull Request Overview
This PR updates the Docker version from 28.3.2 to 28.3.3 across the minikube project. The update was auto-generated using a CI workflow and includes updates to the kicbase image versions that contain the newer Docker binaries.
- Updates Docker binary version from 28.3.2 to 28.3.3 for both x86_64 and aarch64 architectures
- Updates kicbase image version and SHA to reflect the new Docker version
- Adds new hash entries for the Docker 28.3.3 binaries
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| site/content/en/docs/commands/start.md | Updates default base-image reference to new kicbase version with Docker 28.3.3 |
| pkg/drivers/kic/types.go | Updates kicbase version constant and SHA to match new image with Docker 28.3.3 |
| deploy/iso/minikube-iso/arch/x86_64/package/docker-bin/docker-bin.mk | Updates Docker binary version to 28.3.3 for x86_64 architecture |
| deploy/iso/minikube-iso/arch/x86_64/package/docker-bin/docker-bin.hash | Adds SHA256 hash for Docker 28.3.3 x86_64 binary |
| deploy/iso/minikube-iso/arch/aarch64/package/docker-bin-aarch64/docker-bin.mk | Updates Docker binary version to 28.3.3 for aarch64 architecture |
| deploy/iso/minikube-iso/arch/aarch64/package/docker-bin-aarch64/docker-bin.hash | Adds SHA256 hash for Docker 28.3.3 aarch64 binary |
* Kicbase/ISO: Update docker from 28.3.2 to 28.3.3 * Updating kicbase image to v0.0.47-1754427148-21248
* Kicbase/ISO: Update docker from 28.3.2 to 28.3.3 * Updating kicbase image to v0.0.47-1754427148-21248
* Kicbase/ISO: Update docker from 28.3.2 to 28.3.3 * Updating kicbase image to v0.0.47-1754427148-21248
The docker project released a new version
This PR was auto-generated by
make update-docker-versionusing update-docker-version.yml CI Workflow.