Page MenuHomeDevCentral

Provide build instructions and Docker image
ClosedPublic

Authored by dereckson on Jan 14 2024, 18:48.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 16, 20:54
Unknown Object (File)
Mon, Mar 16, 11:32
Unknown Object (File)
Sat, Mar 14, 10:20
Unknown Object (File)
Fri, Mar 13, 22:51
Unknown Object (File)
Thu, Mar 12, 02:58
Unknown Object (File)
Wed, Mar 11, 11:41
Unknown Object (File)
Wed, Mar 11, 05:02
Unknown Object (File)
Mon, Mar 9, 12:51
Subscribers
None

Details

Summary

The Makefile is compatible with GNU and BSD Makefile.

The Docker image is created using multi-stage builds,
one image to build the Rust source code, one to run the software.

Test Plan
  • make all
  • make install
  • docker build .
  • run fantoir-datasource <fetch/import> from a Docker container

Diff Detail

Repository
rDS Nasqueron Datasources
Lint
Lint Not Applicable
Unit
Tests Not Applicable