We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Stumbled on this one from EOEPCA/deployment-guide#8:
The openEO webapp driver Sparkpplication helm chart usage docs show setting PYTHONPATH, containing static python38 references, e.g.
openeo-geotrellis-kubernetes/kubernetes/charts/sparkapplication/README.md
Line 41 in d67111d
I think these things should be baked in internally into the image, and the user of the image should not be bothered with that.
Moreover, we want to upgrade from python 3.8 and these of hard-coded references make that quite hard and annoying to roll out
The text was updated successfully, but these errors were encountered:
this should also be addressed in https://github.com/EOEPCA/deployment-guide/blob/main/docs/eoepca/openeo-geotrellis.md
Sorry, something went wrong.
Note that I may have solved this already when working on the images, but the yaml file is indeed still the old approach.
No branches or pull requests
Stumbled on this one from EOEPCA/deployment-guide#8:
The openEO webapp driver Sparkpplication helm chart usage docs show setting PYTHONPATH, containing static python38 references, e.g.
openeo-geotrellis-kubernetes/kubernetes/charts/sparkapplication/README.md
Line 41 in d67111d
I think these things should be baked in internally into the image, and the user of the image should not be bothered with that.
Moreover, we want to upgrade from python 3.8 and these of hard-coded references make that quite hard and annoying to roll out
The text was updated successfully, but these errors were encountered: