Linux microPlatform Development ContainerΒΆ

You can install a Docker container based on Ubuntu 18.04 which provides a Linux microPlatform build environment. This is the recommended work environment for building Linux microPlatform images on macOS and Windows.

  1. Install Docker.

  2. Run update 55 of the container as the builder user:

    docker run -it -u builder --name lmp-sdk hub.foundries.io/lmp-sdk:55
  3. Set up Git inside the container:

    git config --global user.name "Your Full Name"
    git config --global user.email "[email protected]"
    

You can now follow instructions in Building the Linux microPlatform to build the Linux microPlatform inside the running container.