diff options
Diffstat (limited to 'compare-image-size.sh')
-rwxr-xr-x | compare-image-size.sh | 5 |
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 | ||
4 | declare -a IMAGES=( 'ansible/ubuntu14.04-ansible:stable' 'ansible/centos7-ansible:stable' \ | 4 | declare -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 | ||
14 | for image in "${IMAGES[@]}" ; do | 11 | for image in "${IMAGES[@]}" ; do |