summaryrefslogtreecommitdiff
path: root/app-emulation/docker-bench-security
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /app-emulation/docker-bench-security
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'app-emulation/docker-bench-security')
-rw-r--r--app-emulation/docker-bench-security/Manifest6
-rw-r--r--app-emulation/docker-bench-security/docker-bench-security-1.3.2.ebuild24
-rw-r--r--app-emulation/docker-bench-security/docker-bench-security-1.3.3.ebuild24
-rw-r--r--app-emulation/docker-bench-security/files/docker-bench-security7
-rw-r--r--app-emulation/docker-bench-security/metadata.xml12
5 files changed, 0 insertions, 73 deletions
diff --git a/app-emulation/docker-bench-security/Manifest b/app-emulation/docker-bench-security/Manifest
deleted file mode 100644
index e29cc9c9268c..000000000000
--- a/app-emulation/docker-bench-security/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX docker-bench-security 174 BLAKE2B 926bbcc72936dacd4b83e5627532a47759a6856c57c4aa8d698fef82846f671f337b22645d6ff08ece4218d699074d158d8871e43bc6dc66410edb86c03d678c SHA512 b8701d2084660f2d60fd33e3bbe7947f1ec2e37516afe668c8b4f483b250dadd1517c541830ce30587baf0a1cfcf6e2ca4393e0572a223cccd12b935e43d3a59
-DIST docker-bench-security-1.3.2.tar.gz 414608 BLAKE2B 27977df473c341783aab400bbe5064e267d6f53aa62ffd6f95386572e059616750eb06b98ad3044efaf565f929e6ebfb5d57607b227718032fa33d70ce65eed5 SHA512 7d271167584ff99fdaff15b1d303f1cedeb5888057437cc3bfae8260aff96f98d8a0173c4d4e5718bf8ee4e0ffe3ae0280f0026cf386ae32c38e8302159a2226
-DIST docker-bench-security-1.3.3.tar.gz 274361 BLAKE2B b0a3fef0fedd7353a11f18603af0a9bd5a9c5674df8e0c2988f3b7430739b1fe1c37b3bc29323f39604e8f9d3af66e4a64b97c1e4bb1ef253cc39e9b1e1cb6e2 SHA512 0b9a8bb3cc0bf0887f3b3462c3529568f6cc4d327f66fe482ceb24865a3df51ffee48a1a12c93ca13401f23bf1cd47b3e8b25c99537f63a823ff173d54994fe9
-EBUILD docker-bench-security-1.3.2.ebuild 668 BLAKE2B d4048afc8766f6bc383195c4b8d57e0ed7d0398755992ade7e63f875f8968c03365ded9dd87f3e2a235effe15b92d5a6ad01855a25c09bac7746649ae28f870a SHA512 fb65eca8b06ba2f89c9d0986399c0d12a14a22957c41cf48a1c5deb7746981407a74b1c00675d4b5379c8cfa5544464d09035c739003bc21a0d7e969902e2421
-EBUILD docker-bench-security-1.3.3.ebuild 668 BLAKE2B d4048afc8766f6bc383195c4b8d57e0ed7d0398755992ade7e63f875f8968c03365ded9dd87f3e2a235effe15b92d5a6ad01855a25c09bac7746649ae28f870a SHA512 fb65eca8b06ba2f89c9d0986399c0d12a14a22957c41cf48a1c5deb7746981407a74b1c00675d4b5379c8cfa5544464d09035c739003bc21a0d7e969902e2421
-MISC metadata.xml 442 BLAKE2B cb5bf17d2b6bb0e705bc989dc9775afa9ea245070312f76efdf6966689893efa958f60abc560fb311d0d9c542c42f1d50ef53ccd1adaba569333fb949d07a2e1 SHA512 67e4048dba3c4664000806b6269c9af9614dfce513d564b7b78f3bddd9ddfdcde2681d439aeb7166a50299e4f0d22fc3fba424f2c96d71c50eccb719b9b9ce44
diff --git a/app-emulation/docker-bench-security/docker-bench-security-1.3.2.ebuild b/app-emulation/docker-bench-security/docker-bench-security-1.3.2.ebuild
deleted file mode 100644
index 6e423e8ccc19..000000000000
--- a/app-emulation/docker-bench-security/docker-bench-security-1.3.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Test for best practices around deploying docker containers"
-HOMEPAGE="https://github.com/docker/docker-bench-security"
-SRC_URI="https://github.com/docker/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=app-emulation/docker-1.10"
-
-src_install() {
-dobin "${FILESDIR}/docker-bench-security"
-exeinto /usr/lib/${PN}
-doexe ${PN}.sh
-insinto /usr/lib/${PN}
-doins -r *lib.sh tests
- dodoc -r benchmark_log.png CONTRIBUTING.md distros docker-compose.yml \
- Dockerfile MAINTAINERS README.md
-}
diff --git a/app-emulation/docker-bench-security/docker-bench-security-1.3.3.ebuild b/app-emulation/docker-bench-security/docker-bench-security-1.3.3.ebuild
deleted file mode 100644
index 6e423e8ccc19..000000000000
--- a/app-emulation/docker-bench-security/docker-bench-security-1.3.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Test for best practices around deploying docker containers"
-HOMEPAGE="https://github.com/docker/docker-bench-security"
-SRC_URI="https://github.com/docker/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=app-emulation/docker-1.10"
-
-src_install() {
-dobin "${FILESDIR}/docker-bench-security"
-exeinto /usr/lib/${PN}
-doexe ${PN}.sh
-insinto /usr/lib/${PN}
-doins -r *lib.sh tests
- dodoc -r benchmark_log.png CONTRIBUTING.md distros docker-compose.yml \
- Dockerfile MAINTAINERS README.md
-}
diff --git a/app-emulation/docker-bench-security/files/docker-bench-security b/app-emulation/docker-bench-security/files/docker-bench-security
deleted file mode 100644
index 3a79d1b3af4d..000000000000
--- a/app-emulation/docker-bench-security/files/docker-bench-security
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-if [ $(id -u) -ne 0 ]; then
- printf "%s\n" "This script must be run as root."
- exit 1
-fi
-cd "$(dirname $0)/../lib/docker-bench-security"
-./docker-bench-security.sh
diff --git a/app-emulation/docker-bench-security/metadata.xml b/app-emulation/docker-bench-security/metadata.xml
deleted file mode 100644
index cbef0562c18d..000000000000
--- a/app-emulation/docker-bench-security/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>williamh@gentoo.org</email>
- <name>William Hubbs</name>
- </maintainer>
- <longdescription lang="en">
- The Docker Bench for Security is a script that checks for dozens of
- common best-practices around deploying Docker containers in production.
- </longdescription>
-</pkgmetadata>