summaryrefslogtreecommitdiff
path: root/testing/docker/gentoo-amd64
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-28 05:57:56 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-29 19:06:54 (GMT)
commitf6d8c2ffbd15197baeeabbb5dae836c6df0d234f (patch)
treeb797ca1e5831f171cebbd7049785ece921d4384b /testing/docker/gentoo-amd64
parent51f0e7c649a84c66ce0111703498dc4466e35562 (diff)
Add docker testing for Gentoo
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'testing/docker/gentoo-amd64')
-rw-r--r--testing/docker/gentoo-amd64/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/docker/gentoo-amd64/Dockerfile b/testing/docker/gentoo-amd64/Dockerfile
new file mode 100644
index 0000000..6500564
--- /dev/null
+++ b/testing/docker/gentoo-amd64/Dockerfile
@@ -0,0 +1,4 @@
+FROM gentoo/stage3-amd64-hardened
+RUN wget -O /sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64
+RUN chmod +x /sbin/dumb-init
+ENTRYPOINT [ "/sbin/dumb-init", "--" ]