Remove unused depscan and cve-search image

Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
Balasankar "Balu" C 2023-01-03 22:15:08 +05:30
parent 51b609d407
commit dfc99b524f
No known key found for this signature in database
GPG key ID: B77D2E2E23735427
3 changed files with 0 additions and 19 deletions

View file

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

View file

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

View file

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