Skip to content

Pre-lock custom hook per layer #105

Open
@neilmehta24

Description

@neilmehta24

There are actions that we always need to take prior to locking a specific layer that we have. For example, when re-locking one of our application layers, we want to rebuild one of our wheels from source beforehand. It would be nice if we could specify that command in the layer toml like so.

[[applications]]
name="src"
...
pre-lock-hook="/path/to/python -m build relative/path/to/src"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions