Skip to content

Incorrect Version Mentioned in README for SurrealDB 1.1 #154

@shank250

Description

@shank250

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions