mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-20 11:28:42 +00:00
versions: Use Ubuntu codename instead of versions
As this is required as part of the osbuilder tool to be able to properly set the repositories used when building the rootfs. Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
@@ -168,19 +168,19 @@ assets:
|
||||
# there is no such Rust target
|
||||
ppc64le:
|
||||
name: "ubuntu"
|
||||
version: "20.04"
|
||||
version: "focal" # 20.04 LTS
|
||||
s390x:
|
||||
name: "ubuntu"
|
||||
version: "20.04"
|
||||
version: "focal" # 20.04 LTS
|
||||
confidential:
|
||||
name: "ubuntu"
|
||||
version: "20.04"
|
||||
version: "focal" # 20.04 LTS
|
||||
x86_64:
|
||||
name: "alpine"
|
||||
version: "3.18"
|
||||
confidential:
|
||||
name: "ubuntu"
|
||||
version: "20.04"
|
||||
version: "focal" # 20.04 LTS
|
||||
nvidia-gpu:
|
||||
name: "ubuntu"
|
||||
version: "jammy"
|
||||
|
Reference in New Issue
Block a user