The Wayback Machine - https://web.archive.org/web/20220408223520/https://github.com/topics/firecracker
Skip to content
#

firecracker

Here are 41 public repositories matching this topic...

Kata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
  • Updated Apr 8, 2022
  • Go
cherrybomb
AErmie
AErmie commented Mar 29, 2022

Is your feature request related to a problem? Please describe.
For users that want to run/use your tool in a CI/CD pipeline as part of a quality check, needing to install the tool locally may not always be an option.

Describe the solution you'd like
I would like to see this tool be made available in an official Docker image like many other CLI-based tools provide (ie. [AquaSec/Trivy](

enhancement good first issue
vhive
ustiugov
ustiugov commented Jul 1, 2021

Currently, ctriface/ doesn't pick up environment variables from the knative manifests. Firecracker-containerd supports it at a the container creation time as a runtime argument to the corresponding API call.

Example:

	container, err := o.client.NewContainer(
		ctx,
		vmID,
		containerd.WithSnapshotter(o.snapshotter),
		containerd.WithNewSnapshot(vmID, *vm.Image),
		containerd.With
enhancement help wanted good first issue
richardcase
richardcase commented Nov 30, 2021

Describe the solution you'd like:
If the Get returns a microvm with a status of failed then we should have an failure reason/message

Why do you want this feature:
This is so we can report the error in the capmvm machine controller.

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

kind/feature good first issue help wanted area/api

Improve this page

Add a description, image, and links to the firecracker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the firecracker topic, visit your repo's landing page and select "manage topics."

Learn more