vmware-archive / runtimes

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

feat: add python3.8 runtime #101

Closed joshes closed 4 years ago

joshes commented 4 years ago

Adding support for python3.8.

It appeared the 3.8.6-5 is the latest stable version offered by Bitnami in the 3.8 release so I chose it as the base.

Associated issue: https://github.com/kubeless/runtimes/issues/72

joshes commented 4 years ago

How can I the image sha@ to use an officially built kubeless/python image instead of my locally built/pushed joshes/* dockerhub image?