Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gitlab-build-images
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
GitLab
gitlab-build-images
Commits
34fc4a7e
Commit
34fc4a7e
authored
Jun 10, 2020
by
Dustin Collins
Committed by
Stan Hu
Jun 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add cve-search Docker image
parent
448b4e46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
.gitlab-ci.yml
.gitlab-ci.yml
+3
-0
Dockerfile.omnibus-gitlab-cve-search
Dockerfile.omnibus-gitlab-cve-search
+10
-0
No files found.
.gitlab-ci.yml
View file @
34fc4a7e
...
...
@@ -99,6 +99,8 @@ omnibus-gitlab-stretch test: *test_build
omnibus-gitlab-buster test
:
*test_build
omnibus-gitlab-xenial test
:
*test_build
omnibus-gitlab-depscan test
:
*test_build
omnibus-gitlab-cve-search test
:
*test_build
release-tools test
:
*test_build
sitespeed-gitlab test
:
*test_build
ubi-release test
:
*test_build
...
...
@@ -156,6 +158,7 @@ omnibus-gitlab-stretch: *build_and_deploy
omnibus-gitlab-buster
:
*build_and_deploy
omnibus-gitlab-xenial
:
*build_and_deploy
omnibus-gitlab-depscan
:
*build_and_deploy
omnibus-gitlab-cve-search
:
*build_and_deploy
release-tools
:
*build_and_deploy
sitespeed-gitlab
:
*build_and_deploy
ubi-release
:
*build_and_deploy
...
...
Dockerfile.omnibus-gitlab-cve-search
0 → 100644
View file @
34fc4a7e
FROM
alpine:3.7
RUN
apk
--no-cache
add
\
jq git python3 python3-dev libxml2 libxml2-dev libxslt-dev g++ mongodb-tools curl wget bc bash
RUN
git clone https://github.com/cve-search/cve-search.git
--branch
v2.8
--single-branch
/app
WORKDIR
/app
RUN
pip3
install
-r
requirements.txt
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment