|
1 | 1 | Docker Image including: |
2 | | -- CentOS-6 6.9 x86_64 - HAProxy 1.5 / HATop 0.7. |
3 | | -- CentOS-7 7.4.1708 x86_64 - HAProxy 1.8 / HATop 0.7. |
| 2 | +- CentOS-6 6.10 x86_64 - HAProxy 1.5 / HATop 0.7. |
| 3 | +- CentOS-7 7.5.1804 x86_64 - HAProxy 1.8 / HATop 0.7. |
4 | 4 |
|
5 | 5 | - http://www.haproxy.org/ |
6 | 6 | - http://feurix.org/projects/hatop/ |
7 | 7 |
|
8 | 8 | ## Overview & links |
9 | 9 |
|
10 | | -- `centos-7`, `centos-7-2.0.0`, `2.0.0` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-haproxy/blob/centos-7/Dockerfile) |
11 | | -- `centos-6`, `centos-6-1.0.3`, `1.0.3` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-haproxy/blob/centos-6/Dockerfile) |
| 10 | +- `centos-7`, `centos-7-2.1.0`, `2.1.0` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-haproxy/blob/centos-7/Dockerfile) |
| 11 | +- `centos-6`, `centos-6-1.1.0`, `1.1.0` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-haproxy/blob/centos-6/Dockerfile) |
12 | 12 |
|
13 | 13 | #### centos-6 |
14 | 14 |
|
15 | | -The latest CentOS-6 based release can be pulled from the `centos-6` Docker tag. It is recommended to select a specific release tag - the convention is `centos-6-1.0.3`or `1.0.3` for the [1.0.3](https://github.com/jdeathe/centos-ssh-haproxy/tree/1.0.3) release tag. |
| 15 | +The latest CentOS-6 based release can be pulled from the `centos-6` Docker tag. It is recommended to select a specific release tag - the convention is `centos-6-1.1.0`or `1.1.0` for the [1.1.0](https://github.com/jdeathe/centos-ssh-haproxy/tree/1.1.0) release tag. |
16 | 16 |
|
17 | 17 | #### centos-7 |
18 | 18 |
|
19 | | -The latest CentOS-7 based release can be pulled from the `centos-7` Docker tag. It is recommended to select a specific release tag - the convention is `centos-7-2.0.0`or `2.0.0` for the [2.0.0](https://github.com/jdeathe/centos-ssh-haproxy/tree/2.0.0) release tag. |
| 19 | +The latest CentOS-7 based release can be pulled from the `centos-7` Docker tag. It is recommended to select a specific release tag - the convention is `centos-7-2.1.0`or `2.1.0` for the [2.1.0](https://github.com/jdeathe/centos-ssh-haproxy/tree/2.1.0) release tag. |
20 | 20 |
|
21 | 21 | Included in the build are the [SCL](https://www.softwarecollections.org/), [EPEL](http://fedoraproject.org/wiki/EPEL) and [IUS](https://ius.io) repositories. Installed packages include [OpenSSH](http://www.openssh.com/portable.html) secure shell, [vim-minimal](http://www.vim.org/), are installed along with python-setuptools, [supervisor](http://supervisord.org/) and [supervisor-stdout](https://github.com/coderanger/supervisor-stdout). |
22 | 22 |
|
@@ -45,7 +45,7 @@ $ docker run -d -t \ |
45 | 45 | -p 443:443 \ |
46 | 46 | --add-host httpd_1:172.17.8.101 \ |
47 | 47 | --add-host httpd_2:172.17.8.102 \ |
48 | | - jdeathe/centos-ssh-haproxy:1.0.3 |
| 48 | + jdeathe/centos-ssh-haproxy:1.1.0 |
49 | 49 | ``` |
50 | 50 |
|
51 | 51 | Now you can verify it is initialised and running successfully by inspecting the container's logs. |
@@ -82,7 +82,7 @@ $ docker run \ |
82 | 82 | --env "HAPROXY_HOST_NAMES=www.app.local app.local localhost.localdomain" \ |
83 | 83 | --add-host httpd_1:172.17.8.101 \ |
84 | 84 | --add-host httpd_2:172.17.8.102 \ |
85 | | - jdeathe/centos-ssh-haproxy:1.0.3 |
| 85 | + jdeathe/centos-ssh-haproxy:1.1.0 |
86 | 86 | ``` |
87 | 87 |
|
88 | 88 | Now you can verify it is initialised and running successfully by inspecting the container's logs: |
|
0 commit comments