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

Reinstate s390X Container Support #140

Open
dixonwhitmire opened this issue Oct 24, 2022 · 0 comments
Open

Reinstate s390X Container Support #140

dixonwhitmire opened this issue Oct 24, 2022 · 0 comments
Assignees
Labels
0.58.0 Issues for 0.58.0 Release

Comments

@dixonwhitmire
Copy link
Member

dixonwhitmire commented Oct 24, 2022

The 0.57.0 release supports images for s390x, amd64, and arm64 within a single image repository, thanks to docker buildx and "manifests".

With the 0.58.0 release the official Python image no longer supports s390x.

To continue support for s390x we will need to determine if we can still support all architectures within our single image tag. Additionally need to review how we are installing Fast API and Uvicorn in the container image. Specifically, if "watchfiles" is included we also need to include the rust runtime. We would like to avoid this dependency if possible as it reduces our build complexity. However, rust will be required for Pydantic v2 (still a long way off from releasing).

@dixonwhitmire dixonwhitmire added the 0.58.0 Issues for 0.58.0 Release label Oct 24, 2022
@dixonwhitmire dixonwhitmire self-assigned this Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.58.0 Issues for 0.58.0 Release
Projects
None yet
Development

No branches or pull requests

1 participant