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

License

Notifications You must be signed in to change notification settings

rrahman-nv/st2-dockerfiles

This branch is 124 commits behind StackStorm/st2-dockerfiles:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 20, 2018
Oct 19, 2018
Jun 13, 2019
Oct 2, 2018
Oct 2, 2018
Apr 4, 2019
Oct 2, 2018
Oct 2, 2018
Oct 2, 2018
Oct 2, 2018
Oct 16, 2018
Oct 2, 2018
Oct 2, 2018
Oct 2, 2018
Apr 25, 2020
Oct 2, 2018
Oct 19, 2018
Oct 1, 2018
Jul 2, 2019
Oct 4, 2018

Repository files navigation

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

About

StackStorm Community Dockerfiles (one-service-per-container) used to build and push images to the StackStorm registry, used in 'stackstorm-ha' K8s Helm chart

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 82.3%
  • Makefile 9.1%
  • Shell 8.6%