diff options
author | Valentin Rothberg <vrothberg@suse.com> | 2018-10-10 15:52:58 +0200 |
---|---|---|
committer | Valentin Rothberg <vrothberg@suse.com> | 2018-10-10 18:05:50 +0200 |
commit | 08cab4ad3a4d8b6f12f8622fc5ebcadf6878ee8b (patch) | |
tree | dcaf7560668aecbec5960a0c4dee4d5d4417823a /Dockerfile | |
parent | 71c2681310d1286d6ed465388373a3456944468b (diff) | |
download | podman-08cab4ad3a4d8b6f12f8622fc5ebcadf6878ee8b.tar.gz podman-08cab4ad3a4d8b6f12f8622fc5ebcadf6878ee8b.tar.bz2 podman-08cab4ad3a4d8b6f12f8622fc5ebcadf6878ee8b.zip |
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 <vrothberg@suse.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
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"] |