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

Various docker caching, CLI and config validation improvements #9

Merged
merged 2 commits into from
Oct 23, 2023

Conversation

spillai
Copy link
Owner

@spillai spillai commented Oct 23, 2023

  • Improved pip/conda/apt caching with docker build mount targets
  • Fix python version parsing:
    • For python versions like 3.10, versions were being cast from float to
      string, leading to "3.1" builds.
    • Added tests for malformed python version
    • Improved python validation for version strings
  • Fixes for CLI -b, -p flags and jinja template for non-interactive mode builds
  • Support skip-base-builds and target builds in CLI
  • improved pydantic config validation with forbidden extras

 - improved pydantic config validation with forbidden extras
@spillai spillai merged commit 71d926a into main Oct 23, 2023
4 checks passed
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

Successfully merging this pull request may close these issues.

1 participant