@@ -9,11 +9,12 @@ A Docker image for run [Ansible][ansible_official] 2.5 on [Jupyter Notebook][jup
99
1010## Supported tags and respective ` Dockerfile ` links
1111
12- - ` alpine-3.4 ` [ * (alpine-3.4/Dockerfile)* ] [ dockerfile_alpine-3.4 ]
12+ - ~~ ` alpine-3.4 ` ~~ [ * (alpine-3.4/Dockerfile)* ] [ dockerfile_alpine-3.4 ]
1313- ~~ ` alpine-3.4_ansible-2.1 ` ~~ [ * (alpine-3.4_ansible-2.1/Dockerfile)* ] [ dockerfile_alpine-3.4_ansible-2.1 ]
14- - ` alpine-3.6 ` [ * (alpine-3.6/Dockerfile)* ] [ dockerfile_alpine-3.6 ]
15- - ` alpine-3.6_ansible-2.3 ` [ * (alpine-3.6_ansible-2.3/Dockerfile)* ] [ dockerfile_alpine-3.6_ansible-2.3 ]
16- - ` alpine-3.7 ` , ` latest ` [ * (alpine-3.7/Dockerfile)* ] [ dockerfile_alpine-3.7 ]
14+ - ~~ ` alpine-3.6 ` ~~ [ * (alpine-3.6/Dockerfile)* ] [ dockerfile_alpine-3.6 ]
15+ - ~~ ` alpine-3.6_ansible-2.3 ` ~~ [ * (alpine-3.6_ansible-2.3/Dockerfile)* ] [ dockerfile_alpine-3.6_ansible-2.3 ]
16+ - ` alpine-3.7 ` [ * (alpine-3.7/Dockerfile)* ] [ dockerfile_alpine-3.7 ]
17+ - ` alpine-3.8 ` , ` latest ` [ * (alpine-3.8/Dockerfile)* ] [ dockerfile_alpine-3.8 ]
1718- ` archlinux ` [ * (archlinux/Dockerfile)* ] [ dockerfile_archlinux ]
1819- ~~ ` centos-6 ` ~~ [ * (centos-6/Dockerfile)* ] [ dockerfile_centos-6 ]
1920- ` centos-7 ` [ * (centos-7/Dockerfile)* ] [ dockerfile_centos-7 ]
@@ -22,7 +23,7 @@ A Docker image for run [Ansible][ansible_official] 2.5 on [Jupyter Notebook][jup
2223- ` debian-9 ` [ * (debian-9/Dockerfile)* ] [ dockerfile_debian-9 ]
2324- ~~ ` gentoo ` ~~ [ * (gentoo/Dockerfile)* ] [ dockerfile_gentoo ]
2425- ~~ ` opensuse-42.1 ` ~~ [ * (opensuse-42.1/Dockerfile)* ] [ dockerfile_opensuse-42.1 ]
25- - ` opensuse-42.2 ` [ * (opensuse-42.2/Dockerfile)* ] [ dockerfile_opensuse-42.2 ]
26+ - ~~ ` opensuse-42.2 ` ~~ [ * (opensuse-42.2/Dockerfile)* ] [ dockerfile_opensuse-42.2 ]
2627- ` opensuse-42.3 ` [ * (opensuse-42.3/Dockerfile)* ] [ dockerfile_opensuse-42.3 ]
2728- ~~ ` ubuntu-14.04 ` ~~ [ * (ubuntu-14.04/Dockerfile)* ] [ dockerfile_ubuntu-14.04 ]
2829- ` ubuntu-16.04 ` [ * (ubuntu-16.04/Dockerfile)* ] [ dockerfile_ubuntu-16.04 ]
@@ -33,6 +34,7 @@ A Docker image for run [Ansible][ansible_official] 2.5 on [Jupyter Notebook][jup
3334[ dockerfile_alpine-3.6 ] : https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/alpine-3.6/Dockerfile
3435[ dockerfile_alpine-3.6_ansible-2.3 ] : https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/alpine-3.6_ansible-2.3/Dockerfile
3536[ dockerfile_alpine-3.7 ] : https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/alpine-3.7/Dockerfile
37+ [ dockerfile_alpine-3.8 ] : https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/alpine-3.8/Dockerfile
3638[ dockerfile_archlinux ] : https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/archlinux/Dockerfile
3739[ dockerfile_centos-6 ] : https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/centos-6/Dockerfile
3840[ dockerfile_centos-7 ] : https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/centos-7/Dockerfile
@@ -131,6 +133,7 @@ Enjoy it !
131133
132134### 2018
133135
136+ * 07/11 Add new images of `alpine-3.8`. Stop automated build image of `alpine-3.4`, `alpine-3.6` and `opensuse-42.2`.
134137* 06/18 Add new images of `alpine-3.7`, `ubuntu-18.04`. Stop automated build image of `ubuntu-14.04`.
135138* 01/10 Stop automated build images of `centos-6`, `debian-7` and `alpine-3.4_ansible-2.1`.
136139
0 commit comments