-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactoring for 0.2.0 #69
base: master
Are you sure you want to change the base?
Conversation
All right, all the images build, so this one is ready for review. @SpheMakh, FYI -- the full image rebuild is like >2h even on a fast box. All that talking to the registry and fetching the software and fetching the deps sure takes a toll. Hence my hesitancy to put it in a github action. |
Move casa6 to python3.10. Fixes #67
Must implement #76 (and add it to the CI) before this is merged. I think that'll be a reasonable halfway house between full image rebuilding (which will remain a manual operation for now due to its interminable length) and full CI. |
WIP brought on by (a) going to later kern base images and (b) the current setuptools fiasco.
I'll refactor the base images into kern-7/8/9, and into various versions of python, to make it easier for app-specific images to fall back to older images as needed.
@tmolteno this is derived from your PR, so you probably want to track this branch now (and contribute changes to it).