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

Avoid drift configuration drift between ci-xxx and packages/vfx dockerfiles #222

Open
jfpanisset opened this issue Oct 2, 2024 · 0 comments

Comments

@jfpanisset
Copy link
Contributor

The Dockerfiles used to build the ci-xxx images are autogenerated from ci-xxx/image.yaml and are used to build the ci-xxx CI build images for the ASWF + USD projects.

But when building those projects to include as dependencies in higher level ci-xxx images or for the all-inclusive ci-vfxall project, we use the pre-baked Dockerfiles in packages/vfx1 and packages/vfx2

This can result in drift between these build environments, as well as violating the DRY principle.

We should figure out a way to have a single, authoritative definition for the build environment of a package that gets used in both cases.

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