From 00c9691bf7f6539af58c27edbbe0d3e30e81529b Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Sat, 15 Dec 2018 12:18:00 +0530 Subject: [PATCH] Add image used by dependency_scanning job in omnibus-gitlab --- .gitlab-ci.yml | 2 ++ Dockerfile.omnibus-gitlab-depscan | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 Dockerfile.omnibus-gitlab-depscan diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d4c1d2..30c4b50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/Dockerfile.omnibus-gitlab-depscan b/Dockerfile.omnibus-gitlab-depscan new file mode 100644 index 0000000..5d99a1b --- /dev/null +++ b/Dockerfile.omnibus-gitlab-depscan @@ -0,0 +1,3 @@ +FROM alpine:3.7 + +RUN apk --no-cache add curl jq bash bc coreutils