aboutsummaryrefslogtreecommitdiffhomepage
path: root/compare-image-size.sh
diff options
context:
space:
mode:
authorWilliam Yeh <william.pjyeh@gmail.com>2016-05-09 16:34:32 +0800
committerWilliam Yeh <william.pjyeh@gmail.com>2016-05-10 17:17:33 +0800
commit97d48efeb67f4f7566752625ad3ce233f31985be (patch)
tree20ce7984d99bf5f6b770fce81384790027723517 /compare-image-size.sh
parentb314855954aa117b1294056891d16f43a6b1b9d0 (diff)
downloaddocker-ansible-97d48efeb67f4f7566752625ad3ce233f31985be.tar.gz
docker-ansible-97d48efeb67f4f7566752625ad3ce233f31985be.tar.zst
docker-ansible-97d48efeb67f4f7566752625ad3ce233f31985be.zip
Add: support for Ubuntu 16.04 LTS (Xenial).
Fix: 1. OS-level packages `libffi-dev` and `libssl-dev`/`openssl-dev` should be installed explicitly since Ansible 2.0.2.0(???). 2. Python package cffi should be installed explicitly since Ansible 2.0.2.0(???). 3. add '--fix-missing' for apt. @see https://github.com/boxcutter/ubuntu/issues/62 @see https://github.com/pyca/cryptography/issues/2280
Diffstat (limited to 'compare-image-size.sh')
-rwxr-xr-xcompare-image-size.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/compare-image-size.sh b/compare-image-size.sh
index 9c7c5cd..6a8ae88 100755
--- a/compare-image-size.sh
+++ b/compare-image-size.sh
@@ -4,6 +4,7 @@
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" \ 6 "williamyeh/ansible:debian7-onbuild" \
7 "williamyeh/ansible:ubuntu16.04-onbuild" \
7 "williamyeh/ansible:ubuntu14.04-onbuild" \ 8 "williamyeh/ansible:ubuntu14.04-onbuild" \
8 "williamyeh/ansible:ubuntu12.04-onbuild" \ 9 "williamyeh/ansible:ubuntu12.04-onbuild" \
9 "williamyeh/ansible:centos7-onbuild" \ 10 "williamyeh/ansible:centos7-onbuild" \