This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Aug 30, 2023
-
-
Joey Perrott authored
Use pinned verison of container image for devcontainer. PR Close #51556
-
- Jan 25, 2023
-
-
Yann Thomas LE MOIGNE authored
build: Fix version of images in recommended-Dockerfile. node:14-browsers doesn't exist anymore in Dockerhub (#48803) Change the version of recommended-Dockerfile image to cim/node:16.13-browsers. Closes #48802 PR Close #48803
-
- Oct 13, 2021
-
-
Alan Agius authored
With this change we update Node.js version to 14.17 which is needed because of Eslint 8. Also, we replace the legacy images `circleci/node` with the new images `cimg/node`. See: https://circleci.com/developer/images/image/cimg/node PR Close #43810
-
- Apr 15, 2021
-
-
Joey Perrott authored
Upgrade local development environment for the angular repo to use node 14 dropping node 10 from supported for development within the angular repo. PR Close #41544
-
- Apr 06, 2021
-
-
George Kalpakas authored
This commit updates the recommended `Dockerfile` for VSCode remote development to take into account recent changes in our dev workflow (updated Node.js version, vendored yarn, modified CircleCI config). It also adds a note in the CircleCI config to keep the recommended `Dockerfile` up-to-date with the Node.js version used on CI. PR Close #41396
-
- Apr 02, 2021
-
-
Adem Simsek authored
The doc in https://docs.docker.com/engine/reference/builder/#format says that "Docker treats lines that begin with # as a comment, unless the line is a valid parser directive. A # marker anywhere else in a line is treated as an argument." Fixes #41361 PR Close #41374
-
- Jan 10, 2020
-
-
George Kalpakas authored
PR Close #34697
-
- Nov 14, 2019
-
-
George Kalpakas authored
In f78bda9f, recommended configuration files were added to be used as basis for setting up [Remote Development using docker containers][1] in VSCode. Apparently, I had forgotten to commit the corresponding `README.md` file. This commit adds `.devcontainer/README.md` with more info on Remote Development in VSCode. [1]: https://code.visualstudio.com/docs/remote/containers PR Close #33790
-
- May 21, 2019
-
-
George Kalpakas authored
Add some recommended config files to use (as is or as basis) for setting up [remote development using docker containers][1] with VSCode. This is an opt-in feature. See `.devcontainer/README.md` for more info. The configuration can be further tweaked/improved, but is a good starting point. [1]: https://code.visualstudio.com/docs/remote/containers PR Close #30450
-