From dfc99b524f4bf21255b5e5cbf22a4e6d6c704f64 Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Tue, 3 Jan 2023 22:15:08 +0530 Subject: [PATCH] Remove unused depscan and cve-search image Signed-off-by: Balasankar "Balu" C --- .gitlab/ci/custom.images.yml | 6 ------ Dockerfile.omnibus-gitlab-cve-search | 10 ---------- Dockerfile.omnibus-gitlab-depscan | 3 --- 3 files changed, 19 deletions(-) delete mode 100644 Dockerfile.omnibus-gitlab-cve-search delete mode 100644 Dockerfile.omnibus-gitlab-depscan diff --git a/.gitlab/ci/custom.images.yml b/.gitlab/ci/custom.images.yml index 63c638e..6c53072 100644 --- a/.gitlab/ci/custom.images.yml +++ b/.gitlab/ci/custom.images.yml @@ -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 diff --git a/Dockerfile.omnibus-gitlab-cve-search b/Dockerfile.omnibus-gitlab-cve-search deleted file mode 100644 index b877a0f..0000000 --- a/Dockerfile.omnibus-gitlab-cve-search +++ /dev/null @@ -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 diff --git a/Dockerfile.omnibus-gitlab-depscan b/Dockerfile.omnibus-gitlab-depscan deleted file mode 100644 index 5d99a1b..0000000 --- a/Dockerfile.omnibus-gitlab-depscan +++ /dev/null @@ -1,3 +0,0 @@ -FROM alpine:3.7 - -RUN apk --no-cache add curl jq bash bc coreutils