Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Version Mentioned in README for SurrealDB 1.1 #154

Open
shank250 opened this issue Feb 5, 2025 · 0 comments
Open

Incorrect Version Mentioned in README for SurrealDB 1.1 #154

shank250 opened this issue Feb 5, 2025 · 0 comments

Comments

@shank250
Copy link

shank250 commented Feb 5, 2025

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.2

However, 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.1

https://github.com/unikraft/catalog/tree/main/library/surreal/1.1

Steps to Verify

  1. Run kraft pkg ls to list available packages.
  2. Observe that the listed version for unikraft.org/surreal is 1.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant