Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push a local application configuration to Bindle #37

Closed
radu-matei opened this issue Feb 6, 2022 · 1 comment
Closed

Push a local application configuration to Bindle #37

radu-matei opened this issue Feb 6, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request P0
Milestone

Comments

@radu-matei
Copy link
Member

A local Spin application configuration is a file that contains information about the application and its components:

name        = "spin-hello-world"
version     = "1.0.0"
description = "A simple application that returns hello and goodbye."
authors     = [ "Radu Matei <radu@fermyon.com>" ]
trigger     = "http"

[[component]]
    source = "target/wasm32-wasi/release/spinhelloworld.wasm"
    id     = "hello"
    files = [ ...]
    env = [ ...]
[component.trigger]
    route = "/hello"

See https://github.com/fermyon/spin/blob/main/docs/configuration.md#configuration-for-spin-applications.

There should be a way to package the application defined by the configuration as a bindle, distribute it, then run it based on its remote reference.

@radu-matei radu-matei added the enhancement New feature or request label Feb 6, 2022
@radu-matei radu-matei added this to the v0.1.0 milestone Feb 7, 2022
@radu-matei radu-matei added the P0 label Feb 7, 2022
@itowlson itowlson self-assigned this Feb 15, 2022
@radu-matei
Copy link
Member Author

Implemented in #90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P0
Projects
None yet
Development

No branches or pull requests

2 participants