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)
Wed, Apr 9, 20:13
Unknown Object (File)
Tue, Apr 8, 10:40
Unknown Object (File)
Tue, Apr 8, 04:45
Unknown Object (File)
Sun, Apr 6, 05:04
Unknown Object (File)
Sun, Apr 6, 00:28
Unknown Object (File)
Sat, Apr 5, 01:01
Unknown Object (File)
Fri, Apr 4, 12:12
Unknown Object (File)
Thu, Apr 3, 12:02
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