github.com/openshift/docker-source-to-images@v1.2.0/doc.go (about)

     1  // Package s2i is a tool for building reproducible Docker images. The s2i
     2  // command produces ready-to-run images by injecting source code into a Docker
     3  // image and assembling a new Docker image which incorporates the base image and
     4  // built source, and is ready to use with docker run.
     5  package s2i