feat(microvm): add microvm example - #5377
Open
edersonbrilhante wants to merge 97 commits into
Open
edersonbrilhante wants to merge 97 commits into
edersonbrilhante wants to merge 97 commits into
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
changed the base branch from
microvm-integration-independent
to
microvm-examples-image-build
September 4, 2026 21:28
edersonbrilhante
marked this pull request as draft
September 4, 2026 21:28
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
3 times, most recently
from
September 4, 2026 21:45
adb7a1e to
4564b89
Compare
edersonbrilhante
changed the base branch from
microvm-examples-image-build
to
microvm-integration-independent
September 4, 2026 21:47
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
5 times, most recently
from
September 4, 2026 22:38
ddf0d40 to
c6cb82b
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 8, 2026 11:17
4b65ede to
d80d308
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 11:18
c6cb82b to
e689cd1
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 8, 2026 11:26
6b2f3f2 to
b62932c
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 11:26
eea918b to
69a0c78
Compare
This was referenced Sep 8, 2026
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 8, 2026 15:58
b62932c to
9635647
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 15:58
69a0c78 to
651832a
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 8, 2026 19:09
cee51d1 to
8c311c2
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 19:16
81ffa12 to
b4d3c16
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 8, 2026 19:32
8c311c2 to
5329a1e
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 19:32
b4d3c16 to
f0a9b98
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 8, 2026 19:43
5329a1e to
55c805a
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 19:44
f0a9b98 to
2d6ea03
Compare
edersonbrilhante
added this pull request to stack #5450
September 18, 2026 21:12
edersonbrilhante
removed this pull request from stack #5450
September 18, 2026 21:12
edersonbrilhante
added this pull request to stack #5452
September 18, 2026 21:40
edersonbrilhante
removed this pull request from stack #5452
September 21, 2026 16:40
This was referenced Sep 21, 2026
guicaulada
reviewed
Sep 22, 2026
|
|
||
| COPY --chmod=0555 image-entrypoint.sh /opt/microvm/image-entrypoint.sh | ||
| COPY --chmod=0555 start-services.sh /opt/microvm/start-services.sh | ||
| COPY --chmod=0755 services/cloudwatch-agent.sh /etc/services.d/cloudwatch-agent/run |
Contributor
There was a problem hiding this comment.
I think we may be missing the runner supervisor in this image. The hook in #5280 launches /opt/microvm/entrypoint.sh run, but I could only find image-entrypoint.sh here, which starts the hook server itself. The hook ZIP also seems to contain only server.js and package.json.
Unless that supervisor comes from somewhere else, I think the launch would fail with ENOENT. Maybe we should include the script that consumes the JIT document on stdin and signals ready\n on fd 3, then check that the assembled image can start a runner. Am I overlooking another step that supplies it?
… microvm-foundation-example
This branch has not been deployed
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.
Description
Adds the regional Lambda MicroVM foundation module, example, and image-build prerequisites.
microvm-foundationexample and documentation for provisioning the regional prerequisites required by MicroVM images.Test Plan
git diff --check.Related Issues