Commit 84cd5956 authored by GridexX's avatar GridexX
Browse files

feat(jobs): update images for ng_lint and build



Signed-off-by: default avatarGridexX <arsene582@gmail.com>
parent fa966d0f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.3.0] - 2023-03-03
* Change `IMAGE_TAG` to `18-alpine`

## [0.2.2] - 2023-02-28
* Fix broken documentation links

+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ The application builder uses the webpack build tool, with default configuration
| `PROJECT_NAME`  | Project name specified in the `projects` section of the `angular.json` workspace configuration file. If no `PROJECT_NAME` have been specified it will execute the `ng build` command on the `defaultProject` specified in the `angular.json` file. | ` `  |
| `NG_BUILD_OPTIONS`  | Additional options available for the user, they are added at the end of build command. Check the different options in the official [documentation](https://angular.io/cli/build){:target="_blank"}.  | ` `  |
| `OUTPUT_PATH`  | Path to the output produced by the `ng` build script used (path relative from the `PROJECT_ROOT`) | `website_build/`  |
| `IMAGE_TAG` | The default tag for the docker image | `16.13.1-buster`  |
| `IMAGE_TAG` | The default tag for the docker image | `18-alpine`  |

## Author
This resource is an **[official job](https://docs.r2devops.io/get-started/faq/#use-a-template)** added in [**R2Devops repository**](https://gitlab.com/r2devops/hub) by [@valentin.guyon.vg](https://gitlab.com/valentin.guyon.vg)
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ ng_build:
    PROJECT_NAME: ""
    NG_BUILD_OPTIONS: ""
    OUTPUT_PATH: "website_build/"
    IMAGE_TAG: "16.13.1-buster"
    IMAGE_TAG: "18-alpine"
  script:
      - cd ${PROJECT_ROOT}
      - npm install
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [1.3.0] - 2023-03-03
* Change `IMAGE_TAG` to `18-alpine`

## [1.2.1] - 2023-02-28
* Fix broken documentation links

+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ This job checks your code quality inside your Angular application. It uses a cus
| `PROJECT_NAME` <img width=100/> | Project name specified in the `projects` section of the `angular.json` workspace configuration file. <img width=175/>| ` ` <img width=100/>|
| `NG_LINT_OPTIONS` <img width=100/> | Additional options for `ng lint`. <img width=175/>| ` ` <img width=100/>|
| `NG_LINT_PACKAGE` <img width=100/> | Name of the package used by the `ng lint` command in order to lint the project <img width=175/>| ` ` <img width=100/>|
| `IMAGE_TAG` | The default tag for the docker image | `18-buster`  |
| `IMAGE_TAG` | The default tag for the docker image | `18-alpine`  |



Loading