You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: CodeBuild during batch building generates images that are impossible to build, e.g. alpine 3.13 with python 3.10. Task: Remove invalid alpine combinations. For reference see how this is done for node-js.
NB: This task will be semi reverted once we have a more modern bootstrapping approach for the python environment and we can use a build matrix once more but without relying on the OS to provide the runtime.
The text was updated successfully, but these errors were encountered:
PartiallyUntyped
changed the title
Remove invalid alpine images that don't actually build
Remove invalid images that don't actually build / exist
Jun 19, 2024
Context: CodeBuild during batch building generates images that are impossible to build, e.g. alpine 3.13 with python 3.10.
Task: Remove invalid alpine combinations. For reference see how this is done for node-js.
NB: This task will be semi reverted once we have a more modern bootstrapping approach for the python environment and we can use a build matrix once more but without relying on the OS to provide the runtime.
The text was updated successfully, but these errors were encountered: