Update Dockerfiles to fix compatibility issues. #1198
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Link the Issue(s) this Pull Request is related to.
#1196
Summarize your change.
build.gradle
so that deserves a separate change.centos
image for now. This provides a good base to build on for an actual deployment.--platform
flag to force use of thex86_64
images. There are some issues usingprotoc
on the ARM platform with Python 3.6.--platform
flag to force x86. We'll be stuck with this until we complete the PySide6 upgrade.python
image, but we're installing a lot of extra libraries to get the GUI stuff working so that's not worth the extra work now. We can revisit after the PySide upgrade.All the python images drop Python 2 usage for now. We still run unit tests against Python 2, but our packaging pipeline doesn't use it, and the newer dependencies are making it harder to maintain these images. We'll revisit once we start publishing PyPI packages.
Some of the dependency upgrades from #1185 are in here for testing purposes, those will be cleaned up once we merge that PR.