-
Notifications
You must be signed in to change notification settings - Fork 58
feat(library): Introduce SQLite 3.44 as library #163
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
base: main
Are you sure you want to change the base?
Conversation
Hi @prasoon054. This was supposed to be a native build, not a bincompat build. This means no Dockerfile or base image was required. |
Hi @StefanJum |
Thanks @prasoon054. The 3.44 version works fine. Please undo any changes to the original 3.40 version. The PR should be only one commit (squash them) that adds the 3.44 sqlite version. |
Thanks for pointing that out @StefanJum . I removed previous commits. Please have a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now, only a few more small things.
See the inlines, and also follow the commit format that you see in the older commits (that is, commit title feat(library).....
and a signed-off commit). I think it's all good besides that.
@prasoon054 you need to sign off the commit (use -s when doing |
Done! Please review it now. Missed the signing part earlier. |
You also need to use your full name (firstname lastname) :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last comment and it's ok by me. @mariapana @razvand take a look plese.
Signed-off-by: Prasoon Kumar <prasoonkumar054@gmail.com> feat(library): Introduce SQLite 3.44 as library Signed-off-by: Prasoon Kumar <prasoonkumar054@gmail.com> feat(library): Introduce SQLite 3.44 as library
The sqlite example previously didn't work (it had mistakes in kraftfile and an empty dockerfile). Fixed it using information from "Adding applications to the catalog" guide.