stack-orchestrator/app/data/container-build/cerc-builder-js
2023-09-25 09:43:06 -04:00
..
build-npm-package-local-dependencies.sh remove old npm scope (#538) 2023-09-25 09:43:06 -04:00
build-npm-package.sh remove old npm scope (#538) 2023-09-25 09:43:06 -04:00
check-uid.sh Implement new approach: build a uid-specific container 2023-02-24 22:14:28 -07:00
Dockerfile quiet npm version warning (#331) 2023-04-14 21:09:22 -06:00
entrypoint.sh Implement new approach: build a uid-specific container 2023-02-24 22:14:28 -07:00
README.md Refactor for shiv package 2023-01-07 21:02:14 -07:00
yarn-local-registry-fixup.sh Detect bad reponse from yarn info (#406) 2023-05-22 13:42:55 -06:00

JS/TS Package Builder

This container is designed to be used as a simple "build runner" environment for building and publishing JS/TS projects using yarn.

Running a build

As a temporary measure while the necessary functionality is being added to Stack Orchestrator, it is possible to build packages manually by invoking docker run , for example as follows:

$ docker run --rm -it --add-host gitea.local:host-gateway \
  -v ${HOME}/cerc/laconic-registry-cli:/workspace cerc/builder-js  \
  sh -c 'cd /workspace && CERC_NPM_AUTH_TOKEN=6613572a28ebebaee20ccd90064251fa8c2b94f6 \
  build-npm-package-local-dependencies.sh http://gitea.local:3000/api/packages/cerc-io/npm/ 0.1.8'