-
…in reply to @JustinBeckwith
JustinBeckwith n3wscott soldair SlinkyGuardiani jonjonsonjr ofrobots Problem statement that ofrobots' team was looking at was: provide a tool to create a container from a Node.js app without Docker installed. (like ko or Jib do) From what I recall, the issue isn't to create the container, but to have an env to build native modules
-
…in reply to @steren
JustinBeckwith n3wscott soldair SlinkyGuardiani jonjonsonjr ofrobots If you are OK having Docker installed, then
pack build
does what we want.