-
Notifications
You must be signed in to change notification settings - Fork 58
Add new examples that use base runtime #184
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
Conversation
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.
Use PHP
instead of Php
.
You used Perl
instead of PHP
in one of the commits. Fix that. Use PHP
.
Use present tense in the commit message (Introduce
instead of Introduced
).
Introduce a new version of the Node21 example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the HTTP Perl example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the HTTP PHP example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the HTTP Python 3.10 example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the HTTP Flask 3.0 Python 3.10 example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the HTTP Flask 3.0 Python 3.12 example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the HTTP Ruby example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the HTTP Hugo example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the Memcached example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the HTTP Flask 3.0 Python 3.12 SQLite3 example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the Redis example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the Skipper example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the Node 21 Express example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the Node 21 Express Prisma example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
Introduce a new version of the Node 18 Express Prisma example that uses the base runtime. The base version is used to increase transparency in the contents of the application filesystem and the build steps. Signed-off-by: Vlad-Marin UNGUREANU <vlad.ungureanu1808@stud.acs.upb.ro>
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.
Reviewed-by: Razvan Deaconescu razvand@unikraft.io
Approved-by: Razvan Deaconescu razvand@unikraft.io
This PR continues the work started by #177.
They add a new version that is using the base runtime for the examples that are using a custom runtime.
These examples are:
These changes are made in order to ensure only the minimum requirements are used and to improve transparency throughout the building process and with the finalized filesystem.