mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Remove unused depscan and cve-search image
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
51b609d407
commit
dfc99b524f
3 changed files with 0 additions and 19 deletions
|
|
@ -31,12 +31,6 @@ gitlab-vscode-nodeless:
|
|||
kaniko:
|
||||
extends: .build_and_deploy
|
||||
|
||||
omnibus-gitlab-depscan:
|
||||
extends: .build_and_deploy
|
||||
|
||||
omnibus-gitlab-cve-search:
|
||||
extends: .build_and_deploy
|
||||
|
||||
release-tools:
|
||||
extends: .build_and_deploy
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
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
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
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