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
Thanks for your feedback.
I use version pinning in the Dockerfile to have a deterministic environment. Alpine is used as the base image here. However, these versions are no longer available in the Alpine software repository if there has been a patch or update to a software component. This leads to the behavior you observed.
The correct approach is to test the new versions with the solution itself and see if there are any errors or unwanted effects. If everything is OK, a new version can be released.
Unfortunately (or perhaps fortunately), software components are constantly being updated. This means that one Docker build might work but the next, for example, it might not.
But I don't have the time to check this daily and keep it up to date. I do this irregularly at intervals of several months.
Since this type of request occurs more frequently, I will now add a note about it in the README.
Hello, I am using your repository to post what I solved while experiencing an error during the docker build myself.
The error appears to be a Python version collision.
This log during build...
So I corrected it in the docker file like this and solved it.
I don't know if this project is managed right now, but I'm uploading it to help anyone.
Thank you.
The text was updated successfully, but these errors were encountered: