unikraft / docs

The front page and documentation for the Unikraft Open-Source Project.
https://unikraft.org
Other
33 stars 79 forks source link

In the app-catalog Page, `kraft run -W unikraft.org/nginx` does not work #374

Open xUser5000 opened 4 months ago

xUser5000 commented 4 months ago

Description

When I try to run kraft run -W unikraft.org/nginx found in this page (Using the Application Catalog), I get the following error message:

Could not find runtime 'unikraft.org/nginx:latest' (qemu/x86_64)

Running kraft run -W unikraft.org/nginx:latest yields the same result.

However, when I provide a specific version of nginx (e.g., nginx:1.15), it works fine.

Environment

Operating System: Ubuntu 22.04.4 LTS x86_64 Kernel: 6.5.0-21-generic CPU: AMD Ryzen 5 7530U with Radeon Graphics (12) @ 4.546GHz

How to reproduce

run kraft run -W unikraft.org/nginx or kraft run -W unikraft.org/nginx:latest

Expected result

Something like this:

 i  using arch=x86_64 plat=qemu
o.   .o       _ _               __ _
Oo   Oo  ___ (_) | __ __  __ _ ' _) :_
oO   oO ' _ `| | |/ /  _)' _` | |_|  _)
oOo oOO| | | | |   (| | | (_) |  _) :_
 OoOoO ._, ._:_:_,\_._,  .__,_:_, \___)
                 Telesto 0.16.2~687131d
chococandy63 commented 4 months ago

Yeah, I am also facing the same issue. It should be nginx:1.15. Seems like doc is not updated.