AcademySoftwareFoundation / AcademySoftwareFoundation/aswf-docker
Support for different dependency lists in image.yaml
- Dominant language
- Python
- Stars
- 189
- Forks
- 42
- Avg merge
- 9h 38m
- Merged PRs (30d)
- 6
Description
CI build containers consumed by ASWF projects are built from `ci-PROJECT/Dockerfile` which are itself generated from `ci-PROJECT/image.yaml` using:
```
aswfdocker dockergen
```
The direct or transitive dependencies of an ASWF project can vary over time, so we need to be able to adjust the list of packages that are assembled into a build container based on the VFX Platform year. This may be best achieved by making better use of Conan dependency management.
Contributor guide
Research direction
Start with the ci-PROJECT/image.yaml files and the aswfdocker dockergen entry point that generates each ci-PROJECT/Dockerfile. Trace how dependencies are assembled, then determine how VFX Platform years should select different direct or transitive package lists, potentially through Conan; done means generated build containers use the appropriate dependency set.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- build-system, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100