All Projects â†’ StackStorm â†’ st2-dockerfiles

StackStorm / st2-dockerfiles

Licence: Apache-2.0 license
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.

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to st2-dockerfiles

instadown
🖞A python package to download all the public posts of an Instagram account.(deprecated)
Stars: ✭ 22 (+37.5%)
Mutual labels:  dockerfiles
binance-node-docker
Docker image for Binance full and light nodes
Stars: ✭ 24 (+50%)
Mutual labels:  dockerfiles
st2flow
DEPRECATED & OBSOLETE! Previously StackStorm Enterprise (EWC) Workflow Editor. Now integrated directly into StackStorm OSS Core platform (st2web).
Stars: ✭ 14 (-12.5%)
Mutual labels:  stackstorm
dockerfiles
Dockerfiles I use for development
Stars: ✭ 64 (+300%)
Mutual labels:  dockerfiles
dockerfiles
Repository for my public Docker images.
Stars: ✭ 22 (+37.5%)
Mutual labels:  dockerfiles
docker-images
All my docker images in one mono-repository with multi-arch support
Stars: ✭ 18 (+12.5%)
Mutual labels:  dockerfiles
Jetson Containers
Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
Stars: ✭ 223 (+1293.75%)
Mutual labels:  dockerfiles
dockerfiles
Dockerfiles for various things
Stars: ✭ 37 (+131.25%)
Mutual labels:  dockerfiles
docker
Docker containers of elementary OS environments and related tools primarily used in Travis Continuous Integration Automated Testing
Stars: ✭ 18 (+12.5%)
Mutual labels:  dockerfiles
essex
Essex - Boilerplate for Docker Based Projects
Stars: ✭ 32 (+100%)
Mutual labels:  dockerfiles
opcode-analysis
A set of Docker images to test out PHP code against the interpreter to see the resulting opcodes with multiple PHP versions.
Stars: ✭ 14 (-12.5%)
Mutual labels:  dockerfiles
puppet-st2
Puppet Module to install and configure StackStorm, IFTTT for Ops
Stars: ✭ 20 (+25%)
Mutual labels:  stackstorm
st2-packages
StackStorm deb/rpm packages (automated docker build pipeline)
Stars: ✭ 25 (+56.25%)
Mutual labels:  stackstorm
dockerfiles
A collection of Dockerfiles
Stars: ✭ 103 (+543.75%)
Mutual labels:  dockerfiles
dockerfiles
ðŸģ Collection of dockerfiles and automated docker hub builds
Stars: ✭ 21 (+31.25%)
Mutual labels:  dockerfiles
docker-library
Collection of Dockerfiles
Stars: ✭ 20 (+25%)
Mutual labels:  dockerfiles
docker-bakery
Dockerfile hierarchy management tool with automatic rebuilding of dependent images when parent changes
Stars: ✭ 30 (+87.5%)
Mutual labels:  dockerfiles
dockerfiles
Dockerfiles for all LSPs used with lspcontainers.
Stars: ✭ 40 (+150%)
Mutual labels:  dockerfiles
dockerfile-language-service
Dockerfile language service for providing an API to create feature-rich Dockerfile editors in JavaScript.
Stars: ✭ 15 (-6.25%)
Mutual labels:  dockerfiles
Containerization-Automation
Study and Use of Containers and Automation Tools
Stars: ✭ 45 (+181.25%)
Mutual labels:  dockerfiles

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].