StackStorm / st2packaging-dockerfiles

Dockerfiles used to build and test StackStorm deb/rpm packages

Home Page:https://github.com/StackStorm/st2-packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker images used to build StackStorm packages

Go to Docker Hub

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.

packagingbuild

Dockerfiles with ready to use environment to build .deb and .rpm StackStorm packages in StackStorm/st2-packages CI/CD.

See packagingbuild/

packagingtest

Dockerfiles with pre-installed init system used to test .deb and .rpm StackStorm packages in StackStorm/st2-packages CI/CD.

See packagingtest/

How To Build Theses Containers (developer)

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/bionic
docker build -t stackstorm/packagingbuild:bionic .

cd st2packaging-dockerfiles/packagingtest/bionic
docker build -t stackstorm/packagingtest:bionic .

About

Dockerfiles used to build and test StackStorm deb/rpm packages

https://github.com/StackStorm/st2-packages


Languages

Language:Dockerfile 88.6%Language:Shell 10.5%Language:Ruby 0.9%