mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add a custom Docker image for Danger jobs
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
fbe99ba4cc
commit
b74990fdd5
11 changed files with 16 additions and 9 deletions
5
Dockerfile.danger
Normal file
5
Dockerfile.danger
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM ruby:2.4.4-alpine
|
||||
MAINTAINER GitLab Quality Team
|
||||
|
||||
RUN apk update && apk upgrade && apk add --no-cache git
|
||||
RUN gem install danger-gitlab --no-document
|
||||
Loading…
Add table
Add a link
Reference in a new issue