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

Use pipelines to build a runtime image #10

@lance

Description

@lance

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestexperimentTasks that help with the R&P process.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions