mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add image used by dependency_scanning job in omnibus-gitlab
This commit is contained in:
parent
b4212862f8
commit
00c9691bf7
2 changed files with 5 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ omnibus-gitlab-stretch test: *test_build
|
|||
omnibus-gitlab-trusty test: *test_build
|
||||
omnibus-gitlab-wheezy test: *test_build
|
||||
omnibus-gitlab-xenial test: *test_build
|
||||
omnibus-gitlab-depscan test: *test_build
|
||||
release-tools test: *test_build
|
||||
sitespeed-gitlab test: *test_build
|
||||
www-gitlab-com-2.4 test: *test_build
|
||||
|
|
@ -157,6 +158,7 @@ omnibus-gitlab-stretch: *build_and_deploy
|
|||
omnibus-gitlab-trusty: *build_and_deploy
|
||||
omnibus-gitlab-wheezy: *build_and_deploy
|
||||
omnibus-gitlab-xenial: *build_and_deploy
|
||||
omnibus-gitlab-depscan: *build_and_deploy
|
||||
release-tools: *build_and_deploy
|
||||
sitespeed-gitlab: *build_and_deploy
|
||||
www-gitlab-com-2.4: *build_and_deploy
|
||||
|
|
|
|||
3
Dockerfile.omnibus-gitlab-depscan
Normal file
3
Dockerfile.omnibus-gitlab-depscan
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM alpine:3.7
|
||||
|
||||
RUN apk --no-cache add curl jq bash bc coreutils
|
||||
Loading…
Add table
Add a link
Reference in a new issue