The Wayback Machine - https://web.archive.org/web/20200614150617/https://github.com/StackStorm/st2-dockerfiles
Skip to content
StackStorm Community Dockerfiles (one-service-per-container) used to build and push images to the StackStorm registry, used in 'stackstorm-ha' K8s Helm chart
Dockerfile Shell Makefile
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci
base
st2actionrunner
st2api
st2auth
st2chatops
st2garbagecollector
st2notifier
st2resultstracker
st2rulesengine
st2scheduler
st2sensorcontainer
st2stream
st2timersengine
st2web
st2workflowengine
stackstorm-compose readme path fix May 26, 2020
.gitignore
LICENSE
Makefile
README.md

README.md

st2-dockerfiles

Circle CI Go to Docker Hub

Dockerfiles to build and push StackStorm images to hub.docker.com/r/stackstorm, compatible with K8s Helm chart stackstorm-ha

Requirements

Build

  • make build - produce Docker images for all the required StackStorm components The following ENV vars can be passed to control the build settings:
    • ST2_VERSION (optional, ex: 2.8.0) - StackStorm version to build components
    • DOCKER_TAG (optional, ex: latest) - produced Docker images will get this tag, defaults to ST2_VERSION when not set

Push

  • make push - push the Docker images for all the required StackStorm components to the private docker registry. The following ENV vars can be passed to control the push:
    • DOCKER_TAG (optional, ex: 2.8.0) - tag pushed to the docker registry, defaults to ST2_VERSION when not set
You can’t perform that action at this time.