Commit a9ace612 authored by Takuya Noguchi's avatar Takuya Noguchi

Replaces openjdk-alpine with slim image on docs

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 48e6b011
...@@ -375,8 +375,6 @@ If all dependencies are present, the `COMPILE=false` CI/CD variable can be provi ...@@ -375,8 +375,6 @@ If all dependencies are present, the `COMPILE=false` CI/CD variable can be provi
analyzer and compilation is skipped: analyzer and compilation is skipped:
```yaml ```yaml
image: maven:3.6-jdk-8-alpine
stages: stages:
- build - build
- test - test
...@@ -385,6 +383,7 @@ include: ...@@ -385,6 +383,7 @@ include:
- template: Security/SAST.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml
build: build:
image: maven:3.6-jdk-8-slim
stage: build stage: build
script: script:
- mvn package -Dmaven.repo.local=./.m2/repository - mvn package -Dmaven.repo.local=./.m2/repository
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment