An open API service for producing an overview of a list of open source projects.

https://github.com/0xchasercat/fledge

ai cloud cloud-native container devops docker edge firecracker gpu hypervisor infrastructure kvm machine-learning microvm orchestration self-hosted serverless vfio virtualization vm

Score: -Infinity

Last synced: about 3 hours ago
JSON representation

Repository metadata:

Fledge converts applications into bootable microvm artifacts. Feed it an OCI image or custom binaries, get back an image in the form of a root filesystem ready to deploy.


Owner metadata:


GitHub Events

Total
Last Year

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • actions/upload-artifact v4 composite
  • codecov/codecov-action v4 composite
  • github/codeql-action/upload-sarif v3 composite
  • securego/gosec master composite
.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • softprops/action-gh-release v1 composite
go.mod go
  • github.com/BurntSushi/toml v1.5.0
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
  • github.com/rivo/uniseg v0.4.7
  • github.com/schollz/progressbar/v3 v3.18.0
  • github.com/spf13/cobra v1.8.1
  • github.com/spf13/pflag v1.0.5
  • golang.org/x/sys v0.29.0
  • golang.org/x/term v0.28.0
go.sum go
  • github.com/BurntSushi/toml v1.5.0
  • github.com/chengxilo/virtualterm v1.0.4
  • github.com/cpuguy83/go-md2man/v2 v2.0.4
  • github.com/davecgh/go-spew v1.1.1
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/mattn/go-runewidth v0.0.16
  • github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rivo/uniseg v0.4.7
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/schollz/progressbar/v3 v3.18.0
  • github.com/spf13/cobra v1.8.1
  • github.com/spf13/pflag v1.0.5
  • github.com/stretchr/testify v1.9.0
  • golang.org/x/sys v0.29.0
  • golang.org/x/term v0.28.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1