Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit ceb13e5

Browse files
authored
Merge pull request #61 from jdeathe/centos-6-develop
Release changes for 1.1.0
2 parents e5f77b5 + 743709f commit ceb13e5

File tree

8 files changed

+24
-20
lines changed

8 files changed

+24
-20
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
Summary of release changes for Version 1.
66

7-
CentOS-6 6.9 x86_64 - HAProxy 1.5 / HATop 0.7.
7+
CentOS-6 6.10 x86_64 - HAProxy 1.5 / HATop 0.7.
8+
9+
### 1.1.0 - 2018-10-04
10+
11+
- Updates source image to [1.9.0](https://github.com/jdeathe/centos-ssh/releases/tag/1.9.0).
812

913
### 1.0.3 - 2018-07-16
1014

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# =============================================================================
22
# jdeathe/centos-ssh-haproxy
33
# =============================================================================
4-
FROM jdeathe/centos-ssh:1.8.4
4+
FROM jdeathe/centos-ssh:1.9.0
55

66
ARG HATOP_VERSION="0.7.7"
77

@@ -150,7 +150,7 @@ ENV HAPROXY_SSL_CERTIFICATE="" \
150150
# -----------------------------------------------------------------------------
151151
# Set image metadata
152152
# -----------------------------------------------------------------------------
153-
ARG RELEASE_VERSION="1.0.3"
153+
ARG RELEASE_VERSION="1.1.0"
154154
LABEL \
155155
maintainer="James Deathe <[email protected]>" \
156156
install="docker run \
@@ -177,7 +177,7 @@ jdeathe/centos-ssh-haproxy:${RELEASE_VERSION} \
177177
org.deathe.license="MIT" \
178178
org.deathe.vendor="jdeathe" \
179179
org.deathe.url="https://github.com/jdeathe/centos-ssh-haproxy" \
180-
org.deathe.description="CentOS-6 6.9 x86_64 - HAProxy 1.5 / HATop 0.7."
180+
org.deathe.description="CentOS-6 6.10 x86_64 - HAProxy 1.5 / HATop 0.7."
181181

182182
HEALTHCHECK \
183183
--interval=0.5s \

README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CentOS-6 6.9 x86_64 - HAProxy / HATop.
1+
CentOS-6 6.10 x86_64 - HAProxy / HATop.

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
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.
44

55
- http://www.haproxy.org/
66
- http://feurix.org/projects/hatop/
77

88
## Overview & links
99

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)
1212

1313
#### centos-6
1414

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.
1616

1717
#### centos-7
1818

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.
2020

2121
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).
2222

@@ -45,7 +45,7 @@ $ docker run -d -t \
4545
-p 443:443 \
4646
--add-host httpd_1:172.17.8.101 \
4747
--add-host httpd_2:172.17.8.102 \
48-
jdeathe/centos-ssh-haproxy:1.0.3
48+
jdeathe/centos-ssh-haproxy:1.1.0
4949
```
5050

5151
Now you can verify it is initialised and running successfully by inspecting the container's logs.
@@ -82,7 +82,7 @@ $ docker run \
8282
--env "HAPROXY_HOST_NAMES=www.app.local app.local localhost.localdomain" \
8383
--add-host httpd_1:172.17.8.101 \
8484
--add-host httpd_2:172.17.8.102 \
85-
jdeathe/centos-ssh-haproxy:1.0.3
85+
jdeathe/centos-ssh-haproxy:1.1.0
8686
```
8787

8888
Now you can verify it is initialised and running successfully by inspecting the container's logs:

docker-compose-http-proxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
VARNISH_MAX_THREADS: "4096"
3131
VARNISH_MIN_THREADS: "1024"
3232
VARNISH_VCL_CONF: "${VARNISH_VCL_CONF:-/var/run/secrets/varnish_vcl_default}"
33-
image: "jdeathe/centos-ssh-varnish:2.0.0"
33+
image: "jdeathe/centos-ssh-varnish:2.1.0"
3434
networks:
3535
- "tier2"
3636
- "tier3"
@@ -55,7 +55,7 @@ services:
5555
VARNISH_MAX_THREADS: "4096"
5656
VARNISH_MIN_THREADS: "1024"
5757
VARNISH_VCL_CONF: "${VARNISH_VCL_CONF:-/var/run/secrets/varnish_vcl_default}"
58-
image: "jdeathe/centos-ssh-varnish:2.0.0"
58+
image: "jdeathe/centos-ssh-varnish:2.1.0"
5959
networks:
6060
- "tier2"
6161
- "tier3"

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
APACHE_SERVER_NAME: "www.app.local"
6767
PHP_OPTIONS_SESSION_SAVE_HANDLER: "memcached"
6868
PHP_OPTIONS_SESSION_SAVE_PATH: "memcached:11211"
69-
image: "jdeathe/centos-ssh-apache-php:2.2.6"
69+
image: "jdeathe/centos-ssh-apache-php:2.3.0"
7070
networks:
7171
- "tier3"
7272
- "tier4"
@@ -85,7 +85,7 @@ services:
8585
APACHE_SERVER_NAME: "www.app.local"
8686
PHP_OPTIONS_SESSION_SAVE_HANDLER: "memcached"
8787
PHP_OPTIONS_SESSION_SAVE_PATH: "memcached:11211"
88-
image: "jdeathe/centos-ssh-apache-php:2.2.6"
88+
image: "jdeathe/centos-ssh-apache-php:2.3.0"
8989
networks:
9090
- "tier3"
9191
- "tier4"
@@ -95,7 +95,7 @@ services:
9595
net.ipv4.ip_local_port_range: "1024 65535"
9696
net.ipv4.route.flush: "1"
9797
memcached:
98-
image: "jdeathe/centos-ssh-memcached:1.1.3"
98+
image: "jdeathe/centos-ssh-memcached:1.2.0"
9999
environment:
100100
MEMCACHED_CACHESIZE: "32"
101101
MEMCACHED_MAXCONN: "2048"

src/etc/systemd/system/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Environment="DOCKER_USER=jdeathe"
5252
Environment="DOCKER_CONTAINER_OPTS="
5353
Environment="DOCKER_IMAGE_PACKAGE_PATH=/var/opt/scmi/packages"
5454
Environment="DOCKER_IMAGE_NAME=centos-ssh-haproxy"
55-
Environment="DOCKER_IMAGE_TAG=1.0.3"
55+
Environment="DOCKER_IMAGE_TAG=1.1.0"
5656
Environment="DOCKER_PORT_MAP_TCP_80=8000"
5757
Environment="DOCKER_PORT_MAP_TCP_443=8500"
5858
Environment="ULIMIT_MEMLOCK=82000"

test/shpec/operation_shpec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function __setup ()
9494
local -r backend_name_1="apache-php.pool-1.1.1"
9595
local -r backend_name_2="apache-php.pool-1.1.2"
9696
local -r backend_network="bridge_t1"
97-
local -r backend_release="2.2.5"
97+
local -r backend_release="2.3.0"
9898

9999
# Create the bridge network
100100
if [[ -z $(docker network ls -q -f name="${backend_network}") ]]; then

0 commit comments

Comments
 (0)