Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CI.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ toolchain that CI and Release need.
arm64 on `ubuntu-24.04-arm`) — no QEMU emulation
2. Pushes each image by digest
3. Merges digests into a multi-arch manifest tagged with the libkrun
version (e.g., `v1.17.3`) and `latest`
version (e.g., `v1.18.0`) and `latest`

The build takes ~20 minutes because it compiles a Linux kernel (libkrunfw).
Results are cached via GitHub Actions cache.
Expand Down
4 changes: 2 additions & 2 deletions images/builder/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# Builder container image for building libkrun + libkrunfw from source.

ARG LIBKRUN_VERSION=v1.17.3
ARG LIBKRUNFW_VERSION=v5.2.0
ARG LIBKRUN_VERSION=v1.18.0
ARG LIBKRUNFW_VERSION=v5.4.0

FROM fedora:43

Expand Down
4 changes: 2 additions & 2 deletions versions.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc.
# SPDX-License-Identifier: Apache-2.0
LIBKRUN_VERSION=v1.17.3
LIBKRUNFW_VERSION=v5.2.0
LIBKRUN_VERSION=v1.18.0
LIBKRUNFW_VERSION=v5.4.0
Loading