Skip to content

StackStorm Dockerfiles (one-service-per-container) to build and push images to the StackStorm Docker registry. Used by stackstorm-ha K8s Helm chart and Docker-compose deployments.

License

Notifications You must be signed in to change notification settings

docbyte86/st2-dockerfiles

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

Folders and files

NameName
Last commit message
Last commit date
Feb 16, 2021
Jul 28, 2020
Feb 12, 2022
Jun 5, 2023
Oct 2, 2018
Oct 2, 2018
Feb 12, 2022
Oct 2, 2018
Oct 2, 2018
Oct 2, 2018
Oct 16, 2018
Oct 2, 2018
Oct 2, 2018
Oct 2, 2018
Feb 12, 2022
Oct 2, 2018
Jul 17, 2020
Oct 19, 2018
Oct 1, 2018
Nov 28, 2022
Jul 17, 2020
Nov 30, 2022

Repository files navigation

st2-dockerfiles

Circle CI Go to Docker Hub

Dockerfiles to build and push StackStorm images to hub.docker.com/r/stackstorm.
Used by both K8s Helm chart stackstorm-ha and docker-compose st2-docker deployments.

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 Dockerfiles (one-service-per-container) to build and push images to the StackStorm Docker registry. Used by stackstorm-ha K8s Helm chart and Docker-compose deployments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 44.9%
  • Shell 35.5%
  • Makefile 19.6%