e-m-b-a/emba

Simplify installer script

オープン

#1,849 opened on 2026/01/08

 (1 件のコメント) (2 件のリアクション) (0 人の担当者)Shell (314 件のフォーク)auto 404
EMBAInstallationci/cddockerenhancementgood first issuehelp wantedstale

Repository metrics

Stars
 (3,565 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド