docker(install): update lima images#619
Merged
crazy-max merged 1 commit intodocker:mainfrom Mar 10, 2025
Merged
Conversation
AkihiroSuda
reviewed
Mar 10, 2025
| kernel: | ||
| location: "https://cloud-images.ubuntu.com/releases/24.04/release-20250115/unpacked/ubuntu-24.04-server-cloudimg-arm64-vmlinuz-generic" | ||
| digest: "sha256:10b61282b25c5765295af143b4e84a301cee3d1df9c24a64dcc371001f5e142a" | ||
| cmdline: "root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyAMA0 no_timer_check" |
There was a problem hiding this comment.
This should be rather added for amd64, not arm64
(My code snippet was inaccurate, sorry)
AkihiroSuda
reviewed
Mar 10, 2025
| digest: "sha256:fad101d50b06b26590cf30542349f9e9d3041ad7929e3bc3531c81ec27f2c788" | ||
| - location: "https://cloud-images.ubuntu.com/releases/24.04/release-20241004/ubuntu-24.04-server-cloudimg-arm64.img" | ||
| digest: "sha256:28d2f9df3ac0d24440eaf6998507df3405142cf94a55e1f90802c78e43d2d9df" | ||
| - location: "https://cloud-images.ubuntu.com/releases/24.04/release-20250115/ubuntu-24.04-server-cloudimg-arm64.img" |
There was a problem hiding this comment.
The latest one (release-20250228) could be used ?
Member
Author
There was a problem hiding this comment.
Sure fine by me but I usually carry from https://github.com/lima-vm/lima/blob/master/templates/docker-rootful.yaml
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
0d4722b to
7c54b0d
Compare
AkihiroSuda
approved these changes
Mar 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update to latest stable and set kernel and initrd opts for aarch64 image to fix possible kernel panic on boot related to docker/setup-docker-action#136
cc @AkihiroSuda