From 08cab4ad3a4d8b6f12f8622fc5ebcadf6878ee8b Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Wed, 10 Oct 2018 15:52:58 +0200 Subject: remove hack/dind The docker-in-docker was script was needed to run AppArmor tests in Travis, which is not required anymore since Travis isn't being used for a while. Removing the script will also cure some hiccups on some atomic testing nodes. Signed-off-by: Valentin Rothberg --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 2c43cb046..62be638f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -137,7 +137,3 @@ COPY test/policy.json /etc/containers/policy.json COPY test/redhat_sigstore.yaml /etc/containers/registries.d/registry.access.redhat.com.yaml WORKDIR /go/src/github.com/containers/libpod - -# Wrap all commands in the "docker-in-docker" script to allow nested containers, -# and allow testing of apparmor. -ENTRYPOINT ["./hack/dind"] -- cgit v1.2.3-54-g00ecf