- fix security alert detected by Github: upgrade stringstream to version 0.0.6 or later
- clean some ide remnants (now it is a dojo docker image)
Rewrite as dojo and for public usage.
- fix task: build, get docker image version from changelog to allow reproducible builds
- use
docker-registry.ai-traders.com/node-ide:0.1.5
as base image #12143
- do not use ruby for development; use releaser and docker-ops instead
hexo --version
and similar commands are now directly invocable by dojo user- fixed to not copy node_modules directory if it exists #10698
- ensure the
node_modules
directory is owned by ide - add more verbosity around the
node_modules
directory
- copy the
node_modules
directory instead of symlinking to it - run
npm install
in/dojo/work
directory
- Install npm packages using package.json into
/home/dojo/node/node_modules
- symlink
/home/dojo/node/node_modules
to/dojo/work/node_modules
in entrypoint
Initial release.