Skip to content

docker(install): update lima images#619

Merged
crazy-max merged 1 commit intodocker:mainfrom
crazy-max:update-lima-cfg
Mar 10, 2025
Merged

docker(install): update lima images#619
crazy-max merged 1 commit intodocker:mainfrom
crazy-max:update-lima-cfg

Conversation

@crazy-max
Copy link
Copy Markdown
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
Comment thread src/docker/assets.ts
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"
Copy link
Copy Markdown

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)

Comment thread src/docker/assets.ts Outdated
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"
Copy link
Copy Markdown

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
Copy Markdown
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.

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
@crazy-max crazy-max merged commit af76018 into docker:main Mar 10, 2025
@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.

2 participants