prebuild / prebuildify-cross

Compile prebuilds in Docker.
17 stars 6 forks source link

use own Docker images #3

Closed ahdinosaur closed 5 years ago

ahdinosaur commented 5 years ago

at the moment, given the compilation target we're using the respective Docker image from dockcross, then adding Node.js on top. this means building for every compilation target means downloading each image and then adding Node.js on top. it would be more efficient if we had a common base image with Node.js already installed and had our own set of compilation target images using our base image.

vweevers commented 5 years ago

https://github.com/prebuild/docker-images