Skip to content
Snippets Groups Projects
Commit f268bed9 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch '24-add-registry-name-in-all-docker-images' into 'master'

Resolve "Add registry name in all Docker images"

Closes #24

See merge request to-be-continuous/angular!36
parents 634c76a8 bc9e37ac
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ The Angular template uses some global configuration used throughout all jobs.
| Name | description | default value |
|----------------|-----------------------------------------------|:--------------------------------------------------------------------------|
| `NG_CLI_IMAGE` | The Docker image used to run Angular-CLI (ng) <br/>:warning: **set the version required by your project** | `trion/ng-cli-karma:latest` |
| `NG_CLI_IMAGE` | The Docker image used to run Angular-CLI (ng) <br/>:warning: **set the version required by your project** | `registry.hub.docker.com/trion/ng-cli-karma:latest` |
| `NPM_CONFIG_REGISTRY` | NPM [registry](https://docs.npmjs.com/configuring-your-registry-settings-as-an-npm-enterprise-user) | _none_ (defaults to `https://registry.npmjs.org`) |
| `NPM_CONFIG_SCOPED_REGISTRIES` | Space separated list of NPM [scoped registries](https://docs.npmjs.com/cli/v8/using-npm/scope#associating-a-scope-with-a-registry) (formatted as `@somescope:https://some.npm.registry/some/repo @anotherscope:https://another.npm.registry/another/repo`) | _none_ |
| `NG_WORKSPACE_DIR` | Angular workspace directory | `.` |
......
......@@ -7,7 +7,7 @@
{
"name": "NG_CLI_IMAGE",
"description": "The Docker image used to run Angular-CLI (`ng`) - **set the version required by your project**",
"default": "trion/ng-cli-karma:latest"
"default": "registry.hub.docker.com/trion/ng-cli-karma:latest"
},
{
"name": "NPM_CONFIG_REGISTRY",
......
......@@ -48,7 +48,7 @@ variables:
NG_WORKSPACE_DIR: .
# Default Docker image for ANGULAR CLI (can be overridden)
NG_CLI_IMAGE: trion/ng-cli-karma:latest
NG_CLI_IMAGE: "registry.hub.docker.com/trion/ng-cli-karma:latest"
# Angular lint
NG_LINT_ARGS: "lint"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment