Skip to content

This repository is used for creating OpenShift S2I(Source to Image) builder image based on Ubuntu distribution

License

Notifications You must be signed in to change notification settings

godleon/s2i-ubuntu-basictools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Ubuntu S2I builder image with basic tools

This repository is used for creating OpenShift S2I(Source to Image) builder image based on Ubuntu distribution

Installation and Usage

This image is available on DockerHub. To pull the latest image (16.04), run:

docker pull godleon/s2i-ubuntu-basictools:16.04

To build the base image for 16.04 from scratch, run:

git clone https://github.com/godleon/s2i-ubuntu-basictools.git

cd s2i-ubuntu-basictools/16.04

make build

Test

This repository includes the S2I test framework, which launches a simple test to make sure the image builds and runs properly.

cd s2i-ubuntu-basictoolss/16.04

make test

About

This repository is used for creating OpenShift S2I(Source to Image) builder image based on Ubuntu distribution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published