From 57d366d79328ee5d127d05644b108bd4f7915cdc Mon Sep 17 00:00:00 2001 From: William Yeh Date: Mon, 11 Sep 2017 18:37:48 +0800 Subject: Add: Windows managed node support via "pywinrm". Remove: old distributions wheezy, precise, centos6. Remove: Ansible 1.9 was not supported in CentOS EPEL. See http://www.spinics.net/linux/fedora/epel-devel/msg00792.html --- compare-image-size.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'compare-image-size.sh') diff --git a/compare-image-size.sh b/compare-image-size.sh index 6a8ae88..c3b92f0 100755 --- a/compare-image-size.sh +++ b/compare-image-size.sh @@ -3,12 +3,9 @@ declare -a IMAGES=( 'ansible/ubuntu14.04-ansible:stable' 'ansible/centos7-ansible:stable' \ "williamyeh/ansible:debian8-onbuild" \ - "williamyeh/ansible:debian7-onbuild" \ "williamyeh/ansible:ubuntu16.04-onbuild" \ "williamyeh/ansible:ubuntu14.04-onbuild" \ - "williamyeh/ansible:ubuntu12.04-onbuild" \ - "williamyeh/ansible:centos7-onbuild" \ - "williamyeh/ansible:centos6-onbuild" + "williamyeh/ansible:centos7-onbuild" ) for image in "${IMAGES[@]}" ; do -- cgit v1.2.3