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.Fedora | |
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.Fedora')
-rw-r--r-- | Dockerfile.Fedora | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile.Fedora b/Dockerfile.Fedora index e246cfba1..30653d06b 100644 --- a/Dockerfile.Fedora +++ b/Dockerfile.Fedora @@ -97,7 +97,3 @@ COPY test/redhat_sigstore.yaml /etc/containers/registries.d/registry.access.redh RUN pip3 install varlink 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"] |