-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Description
The README file currently instructs users to run SurrealDB on Unikraft using the following command:
kraft run --rm -M 512M -p 8080:8080 --plat qemu --arch x86_64 unikraft.org/surreal:11.2However, based on the output of kraft pkg ls, the available version of SurrealDB is 1.1, not 11.2.
Expected Fix
The command should be updated to:
kraft run --rm -M 512M -p 8080:8080 --plat qemu --arch x86_64 unikraft.org/surreal:1.1https://github.com/unikraft/catalog/tree/main/library/surreal/1.1
Steps to Verify
- Run
kraft pkg lsto list available packages. - Observe that the listed version for
unikraft.org/surrealis1.1.
Additional Context
Here is the relevant output from kraft pkg ls:
app unikraft.org/surreal 1.1 oci 2 days ago c677260 be50521 qemu/x86_64 44 MB
@razvand Please let me know if you'd prefer me to raise PR for the change or if you plan to update it yourselves.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels