diff options
author | baude <bbaude@redhat.com> | 2018-02-08 10:40:43 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-02-08 12:37:07 -0600 |
commit | c089cb9c9270aa4b367deb8c8c03cb05f8860a33 (patch) | |
tree | 8d765658f757798e1578fd2fc96f1528e6af5e20 /Dockerfile.CentOSDev | |
parent | 8fdccb77648f5b772c6bae98fce4734b1a54ed4a (diff) | |
download | podman-c089cb9c9270aa4b367deb8c8c03cb05f8860a33.tar.gz podman-c089cb9c9270aa4b367deb8c8c03cb05f8860a33.tar.bz2 podman-c089cb9c9270aa4b367deb8c8c03cb05f8860a33.zip |
Final ginkgo migration
Completion of the migration from bats to ginkgo. This includes:
* load
* mount
* pause
* port
* run_networking
* search
Note: build will be done within a different PR
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'Dockerfile.CentOSDev')
-rw-r--r-- | Dockerfile.CentOSDev | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Dockerfile.CentOSDev b/Dockerfile.CentOSDev index 4296ef97e..217837ce0 100644 --- a/Dockerfile.CentOSDev +++ b/Dockerfile.CentOSDev @@ -22,14 +22,6 @@ RUN yum -y install btrfs-progs-devel \ golang-github-cpuguy83-go-md2man \ iptables && yum clean all -# install bats -RUN cd /tmp \ - && git clone https://github.com/sstephenson/bats.git \ - && cd bats \ - && git reset --hard 03608115df2071fff4eaaff1605768c275e5f81f \ - && ./install.sh /usr/local \ - && rm -fr /tmp/bats - # Install CNI plugins ENV CNI_COMMIT 7480240de9749f9a0a5c8614b17f1f03e0c06ab9 RUN set -x \ |