Commit 0c4ed5e9 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch '323898-remove-dependency-to-alpine-based-openjdk-from-docs' into 'master'

docs: replaces openjdk-alpine with slim image on SAST docs

See merge request gitlab-org/gitlab!56075
parents feff2c24 a9ace612
......@@ -375,8 +375,6 @@ If all dependencies are present, the `COMPILE=false` CI/CD variable can be provi
analyzer and compilation is skipped:
```yaml
image: maven:3.6-jdk-8-alpine
stages:
- build
- test
......@@ -385,6 +383,7 @@ include:
- template: Security/SAST.gitlab-ci.yml
build:
image: maven:3.6-jdk-8-slim
stage: build
script:
- 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