StackStorm/st2-dockerfiles

Switch from Ubuntu18 (py3.6) -> Ubuntu20 (py3.8)

arm4b opened this issue · 0 comments

arm4b commented

Currently, StackStorm Docker images rely on Ubuntu 18.04 LTS with py3.6.

FROM ubuntu:bionic

Because Python 3.6 is EOL in 2021, we need to switch to Ubuntu 20.04 LTS that's shipped with py3.8 for running StackStorm environment.
https://thenewstack.io/time-to-say-goodbye-python-3-6-is-end-of-life/