Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.

Use pipelines to build a runtime image #10

Closed
lance opened this issue Aug 20, 2019 · 1 comment · Fixed by #11
Closed

Use pipelines to build a runtime image #10

lance opened this issue Aug 20, 2019 · 1 comment · Fixed by #11
Labels
enhancement New feature or request experiment Tasks that help with the R&P process.

Comments

@lance
Copy link
Member

lance commented Aug 20, 2019

If we just use the js-runtime image as-is, we can't run npm install because it's a read only file system. We could, however run a build using js-runtime as the base image, and run npm install as a part of that build.

(Alternatively, we could set NODE_PATH which may be a better short term fix).

@lance lance added bug Something isn't working enhancement New feature or request experiment Tasks that help with the R&P process. and removed bug Something isn't working labels Aug 20, 2019
@lance
Copy link
Member Author

lance commented Aug 20, 2019

This is being worked on here: #11

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request experiment Tasks that help with the R&P process.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant