We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
kraft pkg ls
1.1
11.2
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
unikraft.org/surreal
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The README file currently instructs users to run SurrealDB on Unikraft using the following command:
However, based on the output of
kraft pkg ls
, the available version of SurrealDB is1.1
, not11.2
.Expected Fix
The command should be updated to:
https://github.com/unikraft/catalog/tree/main/library/surreal/1.1
Steps to Verify
kraft pkg ls
to list available packages.unikraft.org/surreal
is1.1
.Additional Context
Here is the relevant output from
kraft pkg ls
:@razvand Please let me know if you'd prefer me to raise PR for the change or if you plan to update it yourselves.
The text was updated successfully, but these errors were encountered: