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

Commit e841cc7

Browse files
authored
Merge pull request #157 from jdeathe/issue/152
CLOSES #152: Updates source image to 2.4.1 + package updates.
2 parents 1363908 + 49b5a0f commit e841cc7

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Summary of release changes for Version 2.
66

77
CentOS-7 7.5.1804 x86_64, Apache 2.4, PHP-CGI 5.4 (FastCGI), PHP memcached 2.2, Zend Opcache 7.0.
88

9+
### 2.0.1 - Unreleased
10+
11+
- Updates source image to [2.4.1](https://github.com/jdeathe/centos-ssh/releases/tag/2.4.1).
12+
- Updates `httpd` packages to 2.4.6-88.
13+
- Updates `php` packages to 5.4.16-46.
14+
915
### 2.0.0 - 2018-10-14
1016

1117
- Initial release

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# CentOS-7, Apache 2.4, PHP 5.4, PHP Memcached 2.2, Zend Opcache.
55
#
66
# =============================================================================
7-
# FROM jdeathe/centos-ssh-apache-php:1.11.0
8-
FROM jdeathe/centos-ssh:2.4.0
7+
FROM jdeathe/centos-ssh:2.4.1
98

109
# Use the form ([{fqdn}-]{package-name}|[{fqdn}-]{provider-name})
1110
ARG PACKAGE_NAME="app"
@@ -21,11 +20,12 @@ RUN rpm --rebuilddb \
2120
--disableplugin=fastestmirror \
2221
elinks-0.12-0.37.pre6.el7 \
2322
fcgi-2.4.0-25.el7 \
24-
httpd-2.4.6-80.el7.centos.1 \
25-
httpd-tools-2.4.6-80.el7.centos.1 \
23+
httpd-2.4.6-88.el7.centos \
24+
httpd-tools-2.4.6-88.el7.centos \
2625
mod_fcgid-2.3.9-4.el7_4.1 \
27-
mod_ssl-2.4.6-80.el7.centos.1 \
28-
php-cli-5.4.16-45.el7 \
26+
mod_ssl-2.4.6-88.el7.centos \
27+
php-cli-5.4.16-46.el7 \
28+
php-common-5.4.16-46.el7 \
2929
php-pecl-zendopcache-7.0.5-2.el7 \
3030
php-pecl-memcached-2.2.0-1.el7 \
3131
&& yum versionlock add \

0 commit comments

Comments
 (0)