Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 837 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 837 Bytes

byoc

Buld Your Own Container

Requirements

Non root account on a Linux system or WLS2 (Windows)

The udocker tool must be installed .

Install

In order to use this repository, run:

git clone https://github.com/CCSGroupInternational/byoc
cd byoc

Build Base Image Creation

In order to create reproducible images a build base image is created with all the required base build development libraries and tools. This also avoids the need to install development libraries into the build host system.

The build image is based on Ubuntu's 18.04 base image.

In order to create & import this image into udocker run:

scripts/mk-build-base-img.sh