This repository provides building of LKL Nabla base Docker images. Below base images available.
- hello-base
- nginx-base
- node-base
- python3-base
- redis-base
Clone the repository and update submodules.
$ git clone https://github.com/retrage/lkl-nabla-base-build.git
$ git submodule update --init
Since Solo5 expects its source code is either a release tarball
or a full git repository, git submodule update solo5
will fail to build.
So clone the repository manually.
$ cd frankenlibc
$ git clone https://github.com/Solo5/solo5.git
$ git submodule update --init --recursive
To build all the images, run:
$ make world
or build one image by:
$ make -C hello-base
The following pre-built docker images are available on Docker Hub.