mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'zj-alpine-for-static-analyses' into 'master'
Create Alpine image for static analyses In the case of rspec or spinach, we can't take the risk to run a couple of other implementation for C libraries and the like. For static analyses however, we can take this risk. See merge request !15
This commit is contained in:
commit
0139406e7e
2 changed files with 5 additions and 0 deletions
|
|
@ -29,10 +29,12 @@ before_script:
|
|||
|
||||
ruby-2.1-git-2.7-phantomjs-2.1 test: *test_build
|
||||
ruby-2.3-git-2.7-phantomjs-2.1 test: *test_build
|
||||
ruby-2.3-static-analyses test: *test_build
|
||||
www-gitlab-com test: *test_build
|
||||
doc-gitlab-com test: *test_build
|
||||
|
||||
ruby-2.1-git-2.7-phantomjs-2.1: *build_and_deploy
|
||||
ruby-2.3-git-2.7-phantomjs-2.1: *build_and_deploy
|
||||
ruby-2.3-static-analyses: *build_and_deploy
|
||||
www-gitlab-com: *build_and_deploy
|
||||
doc-gitlab-com: *build_and_deploy
|
||||
|
|
|
|||
3
Dockerfile.ruby-2.3-static-analyses
Normal file
3
Dockerfile.ruby-2.3-static-analyses
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM ruby:2.3-alpine
|
||||
|
||||
RUN gem install knapsack
|
||||
Loading…
Add table
Add a link
Reference in a new issue