This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from jdeathe/centos-7-develop
ISSUE 34: Adds initial CentOS-7 build.
- Loading branch information
Showing
8 changed files
with
33 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,11 @@ | ||
# Change Log | ||
|
||
## centos-6 | ||
## centos-7 | ||
|
||
Summary of release changes for Version 1. | ||
Summary of release changes for Version 2. | ||
|
||
CentOS-6 6.9 x86_64 - Memcached 1.4. | ||
CentOS-7 7.4.1708 x86_64 - Memcached 1.4. | ||
|
||
### 1.1.3 - 2018-05-13 | ||
|
||
- Updates source image to [1.8.4 tag](https://github.com/jdeathe/centos-ssh/releases/tag/1.8.4). | ||
|
||
### 1.1.2 - 2018-01-13 | ||
|
||
- Updates source image to [1.8.3 tag](https://github.com/jdeathe/centos-ssh/releases/tag/1.8.3). | ||
- Adds a `.dockerignore` file. | ||
|
||
### 1.1.1 - 2017-09-15 | ||
|
||
- Updates source image to [1.8.2 tag](https://github.com/jdeathe/centos-ssh/releases/tag/1.8.2). | ||
|
||
### 1.1.0 - 2017-08-08 | ||
|
||
- Fixes issue with expect script failure when using `expect -f`. | ||
- Adds `SHPEC_ROOT` variable to Makefile. | ||
- Removes scmi; it's maintained [upstream](https://github.com/jdeathe/centos-ssh/blob/centos-6/src/usr/sbin/scmi). | ||
- Adds use of readonly variables for constants. | ||
- Updates source image to [1.8.1 tag](https://github.com/jdeathe/centos-ssh/releases/tag/1.8.1). | ||
- Adds a `src` directory for the image root files. | ||
- Adds `STARTUP_TIME` variable for the `logs-delayed` Makefile target. | ||
- Adds test case output with improved readability. | ||
- Adds healthcheck. | ||
- Adds [libmemcached](http://libmemcached.org/) to image. | ||
- Adds `MEMCACHED_AUTOSTART_MEMCACHED_WRAPPER` to optionally disable process startup. | ||
|
||
### 1.0.1 - 2017-05-22 | ||
|
||
- Adds source from [jdeathe/centos-ssh:1.7.6](https://github.com/jdeathe/centos-ssh/releases/tag/1.7.6) | ||
- Updates memcached package to `memcached-1.4.4-5.el6`. | ||
- Adds a change log (`CHANGELOG.md`). | ||
- Adds support for semantic version numbered tags. | ||
- Adds minor code style changes to the Makefile for readability. | ||
- Adds support for running `shpec` functional tests with `make test`. | ||
- Adds correct spelling of Memcached in log file path: `/var/log/memcached.log`. | ||
- Replaces deprecated Dockerfile `MAINTAINER` with a `LABEL`. | ||
|
||
### 1.0.0 - 2016-11-23 | ||
### 2.0.0 - Unreleased | ||
|
||
- Initial release based on Memcached version 1.4. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
CentOS-6 6.9 x86_64 - Memcached. | ||
CentOS-7 7.4.1708 x86_64 - Memcached. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters