diff options
author | umohnani8 <umohnani@redhat.com> | 2018-07-23 11:46:43 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-07-30 16:56:11 +0000 |
commit | 49bdd8421be9ad42ec85c2b43e7fdc76cca8d8f8 (patch) | |
tree | 7399eb7367cf7965689224922e5a967c3fd7e6dc /Dockerfile.CentOS | |
parent | 49b3647410474cfc2d5010c6c329e6673fc02fe4 (diff) | |
download | podman-49bdd8421be9ad42ec85c2b43e7fdc76cca8d8f8.tar.gz podman-49bdd8421be9ad42ec85c2b43e7fdc76cca8d8f8.tar.bz2 podman-49bdd8421be9ad42ec85c2b43e7fdc76cca8d8f8.zip |
Add load test for xz compressed images
The auto decompression functionality was already vendored in
with containers/image. Adding a test for it.
Signed-off-by: umohnani8 <umohnani@redhat.com>
Closes: #1137
Approved by: rhatdan
Diffstat (limited to 'Dockerfile.CentOS')
-rw-r--r-- | Dockerfile.CentOS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.CentOS b/Dockerfile.CentOS index 0c9917210..06f7ed602 100644 --- a/Dockerfile.CentOS +++ b/Dockerfile.CentOS @@ -24,6 +24,7 @@ RUN yum -y install btrfs-progs-devel \ which\ golang-github-cpuguy83-go-md2man \ nmap-ncat \ + xz \ iptables && yum clean all # Install CNI plugins |