Skip to content

Explore build-phase support in .rezn files #15

@andreamancuso

Description

@andreamancuso

It might be worth exploring support for a build block inside .rezn files that can:

Clone a repo (git)

Run arbitrary build commands (e.g., make, cargo build)

Extract artifacts (e.g., binary paths)

Package the result into a minimal runtime container

This would let .rezn files act as self-contained deployment units — handling both build and runtime config — similar to multi-stage Docker builds, but fully controlled via the DSL.

We’d need to think through:

Sandbox/container for the build phase

Output path handling

Optional caching

Security implications

How/where the final image is stored or tagged

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions