@@ -4,27 +4,26 @@ This folder contains a set of [docker](https://www.docker.com/) images to build
-`builder.Dockerfile`, creates the build image to use in the runtime.Docker to build the final distribution. The dockerfile requires 1 user parameter:
- `nodesecure_version`: node package version from [nodesecure repo](https://github.com/nodesource/distributions) for example 8, 10 or 12 etc... (default=10).
-`nodesecure_version`: node package version from [nodesecure repo](https://github.com/nodesource/distributions) for example 8, 10 or 12 etc... (default=10).
```bash
# execute this script from the repository root directory
-`runtime.Dockerfile`, builds the distribution and create the final image to use in a runtime env. The dockerfile require 2 arguments:
-`docker_builder_image`, a builder image to build the typescript service, it can be build with the previous builder.Dockerfile image.
-`docker_node_image_version`, the image version of the node docker image to use for the final distribution image. It must be capable to host and execute a nodejs application, for example **10.15.3**(default value) that corresponds to node:10.15.3
```bash
# execute this script from the repository root directory
-`docker_builder_image`, a builder image to build the typescript service, it can be build with the previous builder.Dockerfile image.
-`docker_node_image_version`, the image version of the node docker image to use for the final distribution image. It must be capable to host and execute a nodejs application, for example **10.15.3**(default value) that corresponds to node:10.15.3
```bash
# execute this script from the repository root directory