open-horizon-services / service-fledge

This is a simple, extensible, containerized version of the fledge open-source project designed to be deployed and managed by Open Horizon.
Apache License 2.0
2 stars 3 forks source link

Create README, Makefile, Dockerfile #1

Closed joewxboy closed 2 years ago

joewxboy commented 2 years ago

Based on the Makefile pattern in web-helloworld-python and following the pattern in service-mqtt for multi-arch Dockerfiles, create the basics to build fledge for arm and amd64. Note: fledge does not yet support arm64 or RISC-V.

Optionally detail how to build a Docker image with specific plug-ins, and how to incorporate your own custom plug-ins.

joewxboy commented 2 years ago

Closing since PR was merged.