clusterlink icon indicating copy to clipboard operation
clusterlink copied to clipboard

Simplify/Standardize Makefile and dockerfiles

Open elevran opened this issue 2 years ago • 0 comments

Currently using a mix of generic and per target rules

  • Extract common patterns (e.g., .dockerfile or /Dockerfile) with generic rules
  • Simplify Dockerfiles based on distrolless/alpine with multiple stages
  • Docker image per executable (no needed for CLI?)
  • common Makefile targets for build- and dockerize- etc.

elevran avatar Sep 21 '23 15:09 elevran