chore: Ensure all examples use the base-compat:latest runtime#273
Merged
Merged
Conversation
nurof3n
approved these changes
Apr 7, 2026
nurof3n
left a comment
Contributor
There was a problem hiding this comment.
LGTM!
Reviewed-by: Alex-Andrei Cioc andrei.cioc@unikraft.io
Approved-by: Alex-Andrei Cioc andrei.cioc@unikraft.io
Contributor
|
@danielvallance Great catch! Please sign-off the commit and I'll merge. |
This runtime is best for examples and prototyping as it is a compatibility runtime which reduces friction in starting new applications. This commit also contains changes to the Dockerfiles to ensure that the rootfs contains everything which was in the initramfs bundled with the previous runtime. Closes: unikraft-cloud#268 Signed-off-by: Daniel Vallance <daniel@unikraft.com>
2a35d8c to
23a61aa
Compare
dragosgheorghioiu
pushed a commit
that referenced
this pull request
Apr 7, 2026
…ockfile Update express from ^4.19.2 to ^4.21.0 and nodemon from ^2.0.22 to ^3.1.0. Regenerate package-lock.json to fix transitive dependencies. - Alert #38: path-to-regexp <0.1.10 (high severity) - Alert #39: body-parser <1.20.3 (high severity) - Alert #40: express <4.20.0 (low severity) - Alert #41: serve-static <1.16.0 (low severity) - Alert #42: send <0.19.0 (low severity) - Alert #64: cookie <0.7.0 (low severity) - Alert #75: path-to-regexp <0.1.12 (high severity) - Alert #88: tar-fs <3.0.7 (high severity) - Alert #102: tar-fs <3.0.9 (high severity) - Alert #129: on-headers <1.1.0 (low severity) - Alert #149: tar-fs <3.1.1 (high severity) - Alert #167: js-yaml <4.1.1 (medium severity) - Alert #185: qs <6.14.1 (medium severity) - Alert #228: qs <6.14.2 (low severity) - Alert #254: basic-ftp <5.2.0 (critical severity) - Alert #273: minimatch <3.1.3 (high severity) Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This runtime is best for examples and prototyping as it is a compatibility runtime which reduces friction in starting new applications.
This commit also contains changes to the Dockerfiles to ensure that the rootfs contains everything which was in the initramfs bundled with the previous runtime.
Closes: #268