vmware-archive / runtimes

Kubeless function runtimes: https://kubeless.io/docs/runtimes/
Apache License 2.0
81 stars 89 forks source link

Add a Python 3.8 Runtime? #72

Closed danieltahara closed 3 years ago

danieltahara commented 4 years ago

Would it be possible to include a python 3.8 runtime?

andresmgot commented 4 years ago

yes, we just need to replicate the current logic for previous versions. A pull request would be welcomed!

vladimirtiukhtin commented 3 years ago

@andresmgot do you guys use bitnami on purpose? What if I port python runtime to community image?

a5r0n commented 3 years ago

anyway, no need to copy-paste Dockerfiles from bitnami.. instead just use them with FROM bitnami/pythonX.X so we got up-to-date runtime.. (maybe with tag pinning?)

andresmgot commented 3 years ago

Closing this since Python 3.8 is already available as runtime