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

Define builder dataset layout #8

Closed
mih opened this issue May 12, 2022 · 0 comments
Closed

Define builder dataset layout #8

mih opened this issue May 12, 2022 · 0 comments

Comments

@mih
Copy link
Contributor

mih commented May 12, 2022

The purpose of this dataset is to provide one or more containerized environment for building packages for a specific distribution and target CPU architecture.

This issue is picking up the definition used by #12 (comment) and adds detail and further definitions.

Key structure of a builder dataset

./
   recipes/
      <target-name>.def/
   envs/
      <target-name>_<architecture>
  • /recipes contains the (actionable) description for (re)creating a build environment (e.g., a singularity recipe). Conceptually, this is not limited to container recipes, but this is the first implementation goal.
  • /envs generated build environments. Importantly, the analog build environment for different CPU architectures must be able to co-exist.
  • Compatible environments in envs are registered with the tooling of the datalad-containers extension.
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

No branches or pull requests

1 participant