Skip to content

Add module storage integration and build-on-run#11

Merged
richardkiene merged 1 commit into
mainfrom
feature/module-storage-integration
Jan 5, 2026
Merged

Add module storage integration and build-on-run#11
richardkiene merged 1 commit into
mainfrom
feature/module-storage-integration

Conversation

@richardkiene
Copy link
Copy Markdown
Contributor

Summary

  • Add fabricks images command to list locally stored modules
  • Update service run to accept paths, tags, or registry references
  • Implement automatic build when running from path
  • Store built modules in local OCI storage (~/.fabricks/storage/)
  • Update README with new workflow examples

Test plan

  • Run fabricks images with no stored modules
  • Build a module with fabricks build examples/hello-http
  • Verify module appears in fabricks images output
  • Run service by path: fabricks service run examples/hello-http
  • Run service by tag: fabricks service run hello-http:0.1.0
  • Verify build-on-run triggers automatic build for dirty paths

- Add `fabricks images` command to list locally stored modules
- Update `service run` to accept paths, tags, or registry references
- Implement automatic build when running from path
- Store built modules in local OCI storage (~/.fabricks/storage/)
- Update README with new workflow examples
@richardkiene richardkiene merged commit 1db5d51 into main Jan 5, 2026
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant