x-atlas-consortia / data-ingest-board

The UI App for HuBMAP and Sennet Data Publishing Dashboard
MIT License
0 stars 0 forks source link

Consolidate the docker build directories and use Nodejs base image #227

Open yuanzhou opened 1 week ago

yuanzhou commented 1 week ago

As the Data Ingest Board becomes a stable Nodejs app without relying on any RedHat and Python packages, we should no longer use the same hubmap/api-base-image and sennet/api-base-image for the docker build. Also to reduce the software and security maintenance needs when the base API image gets updated.

Consolidate the project specific docker directories into one, and use the official Nodejs docker image.