e-m-b-a/emba

Simplify installer script

开放

#1,849 创建于 2026年1月8日

 (1 条评论) (2 个反应) (0 位负责人)Shell (314 个派生)auto 404
EMBAInstallationci/cddockerenhancementgood first issuehelp wantedstale

仓库指标

星标
 (3,565 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe. The installer script is quite complicated as it handles multiple installation mechanisms:

  • default installer
  • full (debug) installation which is deprecated
  • list dependencies which is deprecated
  • docker base image builder

Describe the solution you'd like rip of the deprecated areas and split the installer into two components

  • default installer (very minimalistic and easy to maintain)
  • docker base image builder which is only needed to build a EMBA docker image

贡献者指南