- Migrate to Ubuntu 20 / Python 3.8 based containers
- Upgrade MongoDB
v4.0
->v4.4
as 4.0 has reached its EOL. (#243) - Fix stackstorm-ssh volume mount path in docker-compose.yml st2actionrunner service (#244)
- Removed
dns_search: .
from all services indocker-compose.yml
per discussion in #231
- Add BATS testing
- Upgrade used Redis Docker image to 6.2.
- Add rbac sample files and mount to st2api and st2client (#219)
- Add information on how to utilize a custom config with st2web container. (#225)
- Create counter for st2client startup script (#220)
- Added
st2chatops
support and service startup script. (#206)
- Switch to using
latest
tag for st2 Docker images (#222)
- Add stackstorm-keys volume to workflowengine (#214)
- Deprecate st2resultstracker which is obsolete since the Mistral deprecation with st2
v3.3.0
.
- Update st2 configuration to use redis as coordination backend. (#195)
- Replace docker-compose with a new deployment based on stackstorm/st2-dockerfiles images relying on
Ubuntu Bionic
andpython 3
since st2v3.3dev
(#192)
- Deprecate demo all-in-one docker-compose deployment based on outdated
Ubuntu Trusty
withpython 2
, unsupported since st2v3.1.0
(#191)
- Add
st2workflowengine
toentrypoint-1ppc.sh
andcompose-1ppc/docker-compose.yml
.
- The
TAG
environment variable is replaced byST2_IMAGE_TAG
.
- Pin DB's to specific, tested versions.
- Rename
/entrypoint.d/
to/st2-docker/entrypoint.d/
.