-
-
Notifications
You must be signed in to change notification settings - Fork 782
Description
Despite Ubuntu's popularity, Debian still remains present in production environments. It would be useful to support this platform to expand the potential StackStorm user base by having native packaging and installation process for this distribution.
The current stable version is Debian 10 Buster which provides Python3.7 only, no Python 3.6 packages are provided by Debian. Since Debian and Ubuntu are very similar I was able to build docker images and build system packages for StackStorm. See the links below for details.
Build package docker images:
StackStorm/st2packaging-dockerfiles#75
Build system packages:
StackStorm/st2-packages#628
For the current experience of running StackStorm 3.2dev on Debian Buster, a large portion of the code base functions out of the box. There is an issue with rule processing which prevents StackStorm from being using in production on Buster.
This feature request is to officially integrate Debian 10 Buster support into the packaging process and test against Python 2.7, 3.6 and 3.7 as part of the commit process to StackStorm.