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

Commit

Permalink
Release changes for 2.4.1, 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeathe committed Oct 8, 2019
1 parent e6348bc commit 8e72a82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Summary of release changes.

### 1.7.1 - Unreleased
### 1.7.1 - 2019-10-08

- Deprecate Makefile target `logs-delayed`; replaced with `logsdef`.
- Updates startsecs for `varnishncsa-wrapper` to 5 seconds.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jdeathe/centos-ssh:1.11.1

ARG RELEASE_VERSION="1.7.0"
ARG RELEASE_VERSION="1.7.1"

# ------------------------------------------------------------------------------
# Base install of required packages
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Tags and respective `Dockerfile` links

- [`2.4.0`](https://github.com/jdeathe/centos-ssh-varnish/releases/tag/2.4.0), `centos-7` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-varnish/blob/centos-7/Dockerfile)
- [`1.7.0`](https://github.com/jdeathe/centos-ssh-varnish/releases/tag/1.7.0), `centos-6` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-varnish/blob/centos-6/Dockerfile)
- [`2.4.1`](https://github.com/jdeathe/centos-ssh-varnish/releases/tag/2.4.1), `centos-7` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-varnish/blob/centos-7/Dockerfile)
- [`1.7.1`](https://github.com/jdeathe/centos-ssh-varnish/releases/tag/1.7.1), `centos-6` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-varnish/blob/centos-6/Dockerfile)

## Overview

Expand All @@ -26,7 +26,7 @@ $ docker run -d -t \
-p 80:80 \
--sysctl "net.core.somaxconn=1024" \
--add-host httpd_1:172.17.8.101 \
jdeathe/centos-ssh-varnish:2.4.0
jdeathe/centos-ssh-varnish:2.4.1
```

Verify the named container's process status and health.
Expand Down Expand Up @@ -73,7 +73,7 @@ $ docker stop varnish.1 && \
--env "VARNISH_MAX_THREADS=2000" \
--env "VARNISH_MIN_THREADS=100" \
--add-host httpd_1:172.17.8.101 \
jdeathe/centos-ssh-varnish:2.4.0
jdeathe/centos-ssh-varnish:2.4.1
```

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

0 comments on commit 8e72a82

Please sign in to comment.