Skip to content

A example repo to create and use a s2i builder image

Notifications You must be signed in to change notification settings

popcornylu/simplest-s2i

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This is the simplest S2I example

Files and Directories

File Description
Dockerfile Defines the base builder image
s2i/bin/assemble Script that builds the application
s2i/bin/run Script that runs the application

Instructions

  1. Build the base builder image

    docker build -t s2i-base .
    
  2. Build app image by the builder image

    s2i build . s2i-base s2i-app
    
  3. Run the app image

    docker run --rm -ti s2i-app
    

About

A example repo to create and use a s2i builder image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published