source-to-image

Build Docker images from source code without writing Dockerfiles

brewmacoslinux
Try with needOr install directly
Source

About

Tool for building source and injecting into docker images

Commands

s2i

Examples

Build a Docker image from source code using a builder image$ s2i build https://github.com/user/repo centos/python-36-centos7 myapp:latest
Build and run a container in one command with incremental builds$ s2i build --incremental https://github.com/user/repo centos/nodejs-10-centos7 myapp:v1
Create a builder image from a local directory$ s2i create mybuilder ./mybuilder-template