cmu-sei / Polar

Polar is a secure and scalable knowledge graph framework, designed to address the challenges posed by building big data systems in highly regulated environments, and improve observability for DevSecOps Organizations.
Other
10 stars 1 forks source link

Dev container #12

Closed rmdettmar closed 3 months ago

rmdettmar commented 4 months ago

A nix flake that generates a dev container docker image, containing:

Use of Nix provides a highly reproducible build system; the flake.lock also included defines exactly the revision of every dependency used and remains consistent across environments and over time.

A walkthrough to generate the image and load the dev container to Docker is located in the dev-container directory's README.