source2image on davidchua https://dchua.com/tags/source2image/ Recent content in source2image on davidchua Hugo -- gohugo.io en-us Wed, 21 Jun 2017 00:00:00 +0000 Using S2i (source-to-image) like buildpacks to deploy apps https://dchua.com/posts/2017-06-21-using-s2i-like-buildpacks-to-deploy-apps/ Wed, 21 Jun 2017 00:00:00 +0000 https://dchua.com/posts/2017-06-21-using-s2i-like-buildpacks-to-deploy-apps/ Openshift’s S2i (Source-2-image) is an alternative framework to buildpacks which uses Dockerfiles and Openshift to create applications out of reproducible container images from source. Objective The goal is to be able to create a container image that contains the necessary application dependencies just by uploading the application code without having to write Dockerfiles. Creating S2i builder images S2i builder images are the base images that your deploying application will be injected its code/binary into to create a new deployment image.