Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 342 Bytes

APPROACH.md

File metadata and controls

13 lines (7 loc) · 342 Bytes

Approach

Node base image, JRE on top of it

There are two ways people go:

  • Java base image, install Node.js
  • Node base image, install JRE

We chose the latter, because there were good (Alpine) Node base images available, and installing openjdk11-jre is a one-liner.

It works, and the resulting image is within reasonable bounds.