Commit 4b01bfae authored by Aurelien's avatar Aurelien
Browse files

Merge branch '143-add-tool-version-in-the-readme' into 'latest'

Resolve "Add tool version in the Readme"

Closes #143

See merge request r2devops/hub!129
parents d7c3532c 1a47b427
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,10 @@ default_stage: build
icon: 📒
maintainer: thomasboni
license: MIT
images:
  "node": "12.18.3-alpine3.12"
tools:
  ApiDoc: "$APIDOC_VERSION"
labels:
  - GitLab
  - API
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@ default_stage: build
icon: 🐳
maintainer: thomasboni
license: MIT
images:
  "gcr.io/kaniko-project/executor": 'debug-v0.20.0'
tools:
labels:
  - GitLab
  - Build
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,10 @@ default_stage: build
icon: 🌐
maintainer: Protocole
license: MIT
images:
  "alpine": '3.12.1'
tools:
  .NET: '$DOTNET_VERSION'
labels:
  - GitLab
  - .NET
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,10 @@ default_stage: build
icon: 📃
maintainer: coconux
license: MIT
images:
  "alpine": "3.12.1"
tools:
  "doxygen": "1.8.18-r0"
labels:
  - GitLab
  - Documentation
+5 −0
Original line number Diff line number Diff line
@@ -4,6 +4,11 @@ default_stage: static_tests
icon: 🔐
maintainer: FulcrandG
license: MIT
images:
  "zricethezav/gitleaks": "v6.1.2"
tools:
  "gitleaks": "6.1.2"

labels:
  - GitLab
  - Security
Loading