This repository utilizes docker-compose to build these images.
To build all images at once, run docker-compose build.
To build a specific image, specify a service name, e.g., docker-compose build libnss-aad-ubuntu.
Note: this only builds a docker image; it does not compile any of the project code.
To run a specific image, specify a service name, e.g., docker-compose run pam-aad-ubuntu.
Now you can begin developing the code for each project from within the docker container.
SPDX-License-Identifier: MIT