-
Notifications
You must be signed in to change notification settings - Fork 504
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
Test or cull Docker support #1663
Comments
The Buildozer Action (see also #1747) depends on the Docker image, which is now years out of date, and causes it to have problems with Cython versions. If the DockerHub image is to be supported, it should be upgraded and a Buildozer release checklist should include instructions on how to update it. |
Android:
iOS:
macOS:
Windows:
Linux:
So, in replying to your question, I feel that a docker image could be something that The current |
@misl6: I am hearing:
|
Yes, you heard it correctly. (1) + (2) + (3) + (4): That could be easily done, and we can start working on it right now, so will be ready for the next (5): I would avoid deleting the image, as that looks destructive, but we can clearly state here in the README that the docker image is deprecated, and we can include a migration option. (6): I will try to contact the author to propose working on a new version, hosted on (7): We really want to break old CI/CD pipelines that are using this old image? (maybe we can schedule to do that in x years?) (8): That sounds like a good plan |
Versions
Description
I have rumours from several sources to avoid Buildozer's Dockerfile.
The strongest version is from the (unofficial) Android-For-Python-Users:
However, it has every appearance of being supported:
buildozer --version
.If the rumour is true, and the Dockerfile is not being maintained:
I am happy to help if this is the direction wanted.
If the rumour is false, and the Dockerfile is being maintained, then let's demonstrate it clearly by running the test suite on Docker.
test_python.yml
(I can do this with some assistance, or someone else more au fait with docker commands can do it)The text was updated successfully, but these errors were encountered: