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

Commit 72658b6

Browse files
committed
Changes ready for 1.9.0 release.
1 parent 0b0174f commit 72658b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Summary of release changes for Version 1.
66

77
CentOS-6 6.8 x86_64, Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1.
88

9-
### 1.9.0 - Unreleased
9+
### 1.9.0 - 2017-02-07
1010

1111
- Updates image source to release 1.9.0.
1212
- Fixes issue with app specific `httpd` configuration requiring the `etc/php.d` directory to exist.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ENV APACHE_MPM="worker"
4646
# -----------------------------------------------------------------------------
4747
# Set image metadata
4848
# -----------------------------------------------------------------------------
49-
ARG RELEASE_VERSION="1.8.1"
49+
ARG RELEASE_VERSION="1.9.0"
5050
LABEL \
5151
install="docker run \
5252
--rm \

etc/systemd/system/centos-ssh-apache-php-fcgi@.service

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-apache-php-fcgi"
55-
Environment="DOCKER_IMAGE_TAG=1.8.1"
55+
Environment="DOCKER_IMAGE_TAG=1.9.0"
5656
Environment="DOCKER_PORT_MAP_TCP_80=8080"
5757
Environment="DOCKER_PORT_MAP_TCP_443=9443"
5858
Environment="DOCKER_PORT_MAP_TCP_8443=NULL"

0 commit comments

Comments
 (0)