Skip to content
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

docker(install): update lima images #619

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

crazy-max
Copy link
Member

@crazy-max crazy-max commented Mar 10, 2025

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

@crazy-max crazy-max marked this pull request as ready for review March 10, 2025 11:30
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"

Choose a reason for hiding this comment

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

This should be rather added for amd64, not arm64
(My code snippet was inaccurate, sorry)

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"

Choose a reason for hiding this comment

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

The latest one (release-20250228) could be used ?

Copy link
Member Author

@crazy-max crazy-max Mar 10, 2025

Choose a reason for hiding this comment

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
@crazy-max crazy-max merged commit af76018 into docker:main Mar 10, 2025
86 checks passed
@crazy-max crazy-max deleted the update-lima-cfg branch March 10, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants