-
Notifications
You must be signed in to change notification settings - Fork 317
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
docker base image 11-jre-hotspot-bionic -> 11-jre-hotspot-focal #4899
Conversation
So if only |
FYI: query for Python2-only pip packages: https://pypi.org/search/?q=&o=&c=Programming+Language+%3A%3A+Python+%3A%3A+2&c=Programming+Language+%3A%3A+Python+%3A%3A+2+%3A%3A+Only |
Using latest master, the analysis of python2 projects already fails:
(see: #4901) |
Just tried the example from #4901 (osha.oira) with the changes here, and it successfully built the dependency tree:
full analyzer output: analyzer-result.json.txt. So, it still has support for |
Could you please add to the commit message why this is done? I.e., when you say that Bionic is too old for your use-case, please document what that use-case is in the commit message. |
Also the reason for the removal of |
sure. But also just realized that this also updates the python version to
and the old scancode version used by default might still just support python 3.6. I will test it. |
Yes, this update requires the use of a more recent scancode version, and does not work with 3.2.*. |
Ok, let's bump the default version of ScanCode then finally first. I plan to do that early next year. |
It is rebased |
/rebase |
1 similar comment
/rebase |
@maxhbr can you please rebase manually once more as the rebase action does not seem to work on forks? |
Update from 11-jre-hotspot-bionic to 11-jre-hotspot-focal, since that image is just 3 months old instead of >1year for the bionic image. That also allows to install newer dependencies, e.g. the python is no current enough to support swh.scanner, and also the dependencies of tern are now available. Signed-off-by: Maximilian Huber <[email protected]>
it is rebased |
As I found out now when working on #5031, this statement is not completely true: When analyzing a Python project that only has a So that's why the |
…thon 3.8 Python 3.6 was updated to Python 3.8 a while ago as part of [1]. [1]: #4899 (comment) Signed-off-by: Sebastian Schuberth <[email protected]>
…thon 3.8 Python 3.6 was updated to Python 3.8 a while ago as part of [1]. [1]: #4899 (comment) Signed-off-by: Sebastian Schuberth <[email protected]>
…thon 3.8 Python 3.6 was updated to Python 3.8 a while ago as part of [1]. [1]: #4899 (comment) Signed-off-by: Sebastian Schuberth <[email protected]>
This bumps the base image from
adoptopenjdk:11-jre-hotspot-bionic
toadoptopenjdk:11-jre-hotspot-focal
. With just minor version changes.The only complication is potentially, that the package
python-pip
is no longer available.