build: use bazel version from node modules (#26691)
* No longer depends on a custom CircleCI docker image that comes with Bazel pre-installed. Since Bazel is now available through NPM, we should be able to use the version from `@bazel/bazel` in order to enforce a consistent environment on CI and locally. * This also reduces the amount of packages that need to be published (ngcontainer is removed) PR Close #26691
This commit is contained in:

committed by
Matias Niemelä

parent
cd444bc2ba
commit
c44b93253c
@ -2,6 +2,9 @@
|
||||
|
||||
This docker container provides everything needed to build and test Angular applications:
|
||||
|
||||
**Note**: This docker image will be no longer actively updated. Consider using other Docker
|
||||
images that come with Node installed. Bazel can be installed through the `@bazel/bazel` NPM package.
|
||||
|
||||
- node 10.9.0
|
||||
- npm 6.2.0
|
||||
- yarn 1.9.2
|
||||
|
Reference in New Issue
Block a user