Merge branch 'add-omnibus-gitlab-depscan-image' into 'master'

Add image used by dependency_scanning job in omnibus-gitlab

See merge request gitlab-org/gitlab-build-images!153
This commit is contained in:
Stan Hu 2018-12-17 19:03:23 +00:00
commit 512fe2191f
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,3 @@
FROM alpine:3.7
RUN apk --no-cache add curl jq bash bc coreutils