aboutsummaryrefslogtreecommitdiffhomepage
path: root/compare-image-size.sh
diff options
context:
space:
mode:
authorWilliam Yeh <william.pjyeh@gmail.com>2017-09-11 18:37:48 +0800
committerWilliam Yeh <william.pjyeh@gmail.com>2017-09-13 17:44:29 +0800
commit57d366d79328ee5d127d05644b108bd4f7915cdc (patch)
treea10900020176785d9732634ae5baac2ddb4734a5 /compare-image-size.sh
parent7d885c87026bc44450b79f504b9a5becf0969783 (diff)
downloaddocker-ansible-57d366d79328ee5d127d05644b108bd4f7915cdc.tar.gz
docker-ansible-57d366d79328ee5d127d05644b108bd4f7915cdc.tar.zst
docker-ansible-57d366d79328ee5d127d05644b108bd4f7915cdc.zip
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
Diffstat (limited to 'compare-image-size.sh')
-rwxr-xr-xcompare-image-size.sh5
1 files changed, 1 insertions, 4 deletions
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 @@
3 3
4declare -a IMAGES=( 'ansible/ubuntu14.04-ansible:stable' 'ansible/centos7-ansible:stable' \ 4declare -a IMAGES=( 'ansible/ubuntu14.04-ansible:stable' 'ansible/centos7-ansible:stable' \
5 "williamyeh/ansible:debian8-onbuild" \ 5 "williamyeh/ansible:debian8-onbuild" \
6 "williamyeh/ansible:debian7-onbuild" \
7 "williamyeh/ansible:ubuntu16.04-onbuild" \ 6 "williamyeh/ansible:ubuntu16.04-onbuild" \
8 "williamyeh/ansible:ubuntu14.04-onbuild" \ 7 "williamyeh/ansible:ubuntu14.04-onbuild" \
9 "williamyeh/ansible:ubuntu12.04-onbuild" \ 8 "williamyeh/ansible:centos7-onbuild"
10 "williamyeh/ansible:centos7-onbuild" \
11 "williamyeh/ansible:centos6-onbuild"
12 ) 9 )
13 10
14for image in "${IMAGES[@]}" ; do 11for image in "${IMAGES[@]}" ; do