summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2017-10-12 12:22:55 -0500
committerWilliam Hubbs <williamh@gentoo.org>2017-10-12 12:23:26 -0500
commit49f27301e8dffdfec5ac355adb4557892707cdb0 (patch)
tree62684ac30a9d534855d3d6ce456d6826862eaf88 /app-emulation
parentdev-python/xmltodict: remove old (diff)
downloadgentoo-49f27301e8dffdfec5ac355adb4557892707cdb0.tar.gz
gentoo-49f27301e8dffdfec5ac355adb4557892707cdb0.tar.bz2
gentoo-49f27301e8dffdfec5ac355adb4557892707cdb0.zip
app-emulation/docker-bench-security: 1.3.3 version bump
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/docker-bench-security/Manifest1
-rw-r--r--app-emulation/docker-bench-security/docker-bench-security-1.3.3.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/app-emulation/docker-bench-security/Manifest b/app-emulation/docker-bench-security/Manifest
index d42cc2209a78..fdfec8bd0465 100644
--- a/app-emulation/docker-bench-security/Manifest
+++ b/app-emulation/docker-bench-security/Manifest
@@ -1 +1,2 @@
DIST docker-bench-security-1.3.2.tar.gz 414608 SHA256 9054a7f48b6519aa618df64bf09429e6178ae4a7199164cb4db7b95f05e8df19 SHA512 7d271167584ff99fdaff15b1d303f1cedeb5888057437cc3bfae8260aff96f98d8a0173c4d4e5718bf8ee4e0ffe3ae0280f0026cf386ae32c38e8302159a2226 WHIRLPOOL 923ca76221cb1056daaa32e7d98326548fa6107a10b0325ad99687fad87df2b1fafde44c218459c2f33825f58e69ee36de62107765f0fd5f83c4e58348dcf24c
+DIST docker-bench-security-1.3.3.tar.gz 274361 SHA256 6ce6e32d6e6d03647dcd98fda4144fd5d2cdec23f0146198ccd0989bf28e9a91 SHA512 0b9a8bb3cc0bf0887f3b3462c3529568f6cc4d327f66fe482ceb24865a3df51ffee48a1a12c93ca13401f23bf1cd47b3e8b25c99537f63a823ff173d54994fe9 WHIRLPOOL 3ff09d8041e36ed9ed30a8fc2f64bec1d01ee65da605fd4c0be15a8460db9325d32185274cf2fd6468c9580e8f5a3873d62a54db796e4daf33532e7df5b819d6
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
new file mode 100644
index 000000000000..6e423e8ccc19
--- /dev/null
+++ b/app-emulation/docker-bench-security/docker-bench-security-1.3.3.ebuild
@@ -0,0 +1,24 @@
+# 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
+}