[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Repo with s2i builder image for daeploy that is smaller than the centos python image

License

Notifications You must be signed in to change notification settings

vikinganalytics/daeploy-s2i-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daeploy Builder Images

This repository contains s2i builder images designed for Daeploy.

Creating the image

docker build -t daeploy/s2i-python:tag ./path/to/image/dir

Using the image

Use the builder image to create an application from source code or a git repo

$ s2i build test/test-app daeploy/s2i-python s2i-python-app
---> Building and installing application from source...

Deploy the application

$ daeploy deploy name version -i s2i-python-app
---> Building and installing application from source...