Skip to content

Commit

Permalink
Merge pull request #6 from liquidmetal-dev/rke2_update
Browse files Browse the repository at this point in the history
chore: updated the kernel image for RKE2
  • Loading branch information
richardcase authored Jul 10, 2024
2 parents 06dc773 + d4a6906 commit 2081349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rke2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG RKE2_VERSION="v1.28.3+rke2r1"
# this is a temporary hack to ensure the kernel config is in the right place
# otherwise modprobe will fail. In the future we can mount the kernel image
# using cloud-init / ignition
FROM ghcr.io/mikrolite/firecracker-kernel:5.10 AS kernel
FROM ghcr.io/liquidmetal-dev/firecracker-kernel:5.10 AS kernel

FROM ubuntu:22.04
LABEL org.opencontainers.image.source=https://github.com/liquidmetal-dev/mikrolite-images
Expand Down

0 comments on commit 2081349

Please sign in to comment.