st2-dockerfiles icon indicating copy to clipboard operation
st2-dockerfiles copied to clipboard

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.

Results 8 st2-dockerfiles issues
Sort by recently updated
recently updated
newest added

It is good security practice to run containers without root and minimal privileges. However, the st2web container attempts to expose on port 80 and 443, which are both

"WORKDIR" instruction should be used instead of "cd" commands (docker:S6597) In Dockerfile, instructions RUN, CMD, and ENTRYPOINT can contain long shell scripts chaining multiple commands, including the cd command for...

We need xmlsec1 to run pysaml2 on the auth backend, so adding this to st2auth since that's where the sso backend runs

Experimental PR: Do not merge! This is an experimental release of the CentOS container. The container is not guaranteed to be in a stable condition. This is a fork off...

research
feature
status: under discussion

Sign the StackStorm Docker images during the build CI/CD process so image consumers can ensure that the StackStorm images they pull from Docker Hub repository are signed. See https://docs.docker.com/engine/reference/commandline/trust/ and...

CI/CD
feature
security

> Moved from github.com/stackstorm/st2enterprise-dockerfiles#8 We'll need to investigate the ways to cleanup the resulting Docker images. Not sure about the docker layer squashing, but for example, after working closer, it's...

enhancement
help wanted
good first issue
research
Docker

> Moved from https://github.com/StackStorm/st2enterprise-dockerfiles/issues/47 In a normal non-dockerized deployment, typical service logs vs AUDIT logs from the services are divided into different logfiles. In Dockerized environment the established practice is...

enhancement
help wanted
good first issue
Docker

I can do a PR, but wanted to ask this as a question first. I want to build a custom st2 base image and then build the remaining st2 images...

enhancement