Hello.
Trying to spin stackstorm on containers (with kubernetes or even directly on docker on a single VM)
Just paid attention that official containers of stackstorm are built with python 2.7:
root@c4002c85f06d:/opt# st2 --version
st2 3.1.0, on Python 2.7.12
So, very strange. Just wondering if is it ok , because if i install it in VM with Ubuntu 18.04 it installed with python 3.6.9.
Another thing that i see that these containers are built on Ubuntu:xenial image ( ubuntu 16.04), So, probably this is a reason for lower version of python ?
Just think to rebuild these container by myself but after a little updating Dockerfile of base stackstorm image so it will install on Ubuntu 18.04 Bionic. The question is if it will be supprted and working