packagingbuild
Docker images used as environment to build StackStorm deb and rpm packages.
10K+
Note: For official StackStorm Docker repo, go https://github.com/StackStorm/st2-dockerfiles
Interested in StackStorm HA in Kubernetes? Check https://github.com/stackstorm/stackstorm-ha
This repository contains Dockerfiles, used by StackStorm team for CI and some other specific needs.
packagingbuildDockerfiles with ready to use environment to build .deb and .rpm StackStorm packages in StackStorm/st2-packages CI/CD.
See packagingbuild/
packagingtestDockerfiles with pre-installed init system used to test .deb and .rpm StackStorm packages in StackStorm/st2-packages CI/CD.
See packagingtest/
If you're a developer looking to modify / test / build these containers simply, change into the container's directory and do the following:
cd st2packaging-dockerfiles/packagingbuild/focal
docker build -t stackstorm/packagingbuild:focal .
cd st2packaging-dockerfiles/packagingtest/focal
docker build -t stackstorm/packagingtest:focal .
Content type
Image
Digest
sha256:4a024b1fb…
Size
495.1 MB
Last updated
4 months ago
docker pull stackstorm/packagingbuild:rockylinux9-2025-10-28