feat(microvm): add image build example - #5373
Draft
edersonbrilhante wants to merge 1 commit into
Draft
Conversation
edersonbrilhante
changed the base branch from
microvm-multi-runner-integration-split
to
microvm-integration-independent
September 4, 2026 19:24
edersonbrilhante
marked this pull request as draft
September 4, 2026 19:36
edersonbrilhante
force-pushed
the
microvm-examples-image-build
branch
from
September 4, 2026 19:43
c5d9970 to
470efcf
Compare
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
force-pushed
the
microvm-examples-image-build
branch
5 times, most recently
from
September 4, 2026 21:17
e0ae713 to
f77a8f8
Compare
edersonbrilhante
force-pushed
the
microvm-examples-image-build
branch
from
September 4, 2026 21:26
98b4681 to
3619abc
Compare
edersonbrilhante
changed the base branch from
microvm-integration-independent
to
microvm-foundation-example
September 4, 2026 21:47
edersonbrilhante
force-pushed
the
microvm-examples-image-build
branch
3 times, most recently
from
September 4, 2026 22:08
7f43788 to
ec4541e
Compare
edersonbrilhante
force-pushed
the
microvm-examples-image-build
branch
2 times, most recently
from
September 4, 2026 22:13
a1eec91 to
12820f5
Compare
edersonbrilhante
force-pushed
the
microvm-examples-image-build
branch
3 times, most recently
from
September 4, 2026 22:19
f833575 to
c020cbd
Compare
edersonbrilhante
force-pushed
the
microvm-examples-image-build
branch
from
September 4, 2026 22:34
c020cbd to
5a4bb40
Compare
edersonbrilhante
force-pushed
the
microvm-examples-image-build
branch
7 times, most recently
from
September 4, 2026 22:51
9c148c1 to
d0217cd
Compare
edersonbrilhante
force-pushed
the
microvm-examples-image-build
branch
from
September 4, 2026 23:05
d0217cd to
9b8637a
Compare
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 repository-local Lambda MicroVM image build inputs and runner example:
the Packer template, pinned ARM64 Dockerfile, image publisher, external
compiled lifecycle-hook ZIP contract, and image entrypoint. The supplied
MICROVM_LIFECYCLE_HOOK_ZIPmust containserver.jsat the archive root.The image contains the GitHub Actions runner, Amazon CloudWatch Agent, and
lifecycle-hook server. The runner example consumes the image and foundation
outputs for Lambda MicroVM execution.
Test Plan
packer fmt -check=true packer/gha-runner.microvm.ubuntu.pkr.hclshellcheck -xfor the MicroVM shell scriptsserver.jsterraform validateforexamples/microvmgit diff --checkRelated Issues
Depends on #5363.