From aa8c708c2c62c2aa74034d21e3c5c39a3c30c232 Mon Sep 17 00:00:00 2001 From: James Deathe Date: Sat, 21 Sep 2019 17:03:50 +0100 Subject: [PATCH] Release changes for 1.11.1 and 2.6.1 --- CHANGELOG.md | 2 +- Dockerfile | 2 +- README.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5403f1..66d0754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Summary of release changes. -### 1.11.1 - Unreleased +### 1.11.1 - 2019-09-21 - Deprecate Makefile target `logs-delayed`; replaced with `logsdef`. - Updates `test/health_status` helper script with for consistency. diff --git a/Dockerfile b/Dockerfile index d2219b3..b6283db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM centos:6.10 -ARG RELEASE_VERSION="1.11.0" +ARG RELEASE_VERSION="1.11.1" # ------------------------------------------------------------------------------ # - Import the RPM GPG keys for repositories diff --git a/README.md b/README.md index f83b078..20dd1b6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Tags and respective `Dockerfile` links -- [`2.6.0`](https://github.com/jdeathe/centos-ssh/releases/tag/2.6.0),`centos-7` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh/blob/centos-7/Dockerfile) -- [`1.11.0`](https://github.com/jdeathe/centos-ssh/releases/tag/1.11.0),`centos-6` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh/blob/centos-6/Dockerfile) +- [`2.6.1`](https://github.com/jdeathe/centos-ssh/releases/tag/2.6.1),`centos-7` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh/blob/centos-7/Dockerfile) +- [`1.11.1`](https://github.com/jdeathe/centos-ssh/releases/tag/1.11.1),`centos-6` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh/blob/centos-6/Dockerfile) ## Overview @@ -38,7 +38,7 @@ Run up an SSH container named 'ssh.1' from the docker image 'jdeathe/centos-ssh' $ docker run -d \ --name ssh.1 \ -p 2020:22 \ - jdeathe/centos-ssh:2.6.0 + jdeathe/centos-ssh:2.6.1 ``` Check the logs for the password (required for sudo). @@ -80,7 +80,7 @@ $ docker run -d \ --name sftp.1 \ -p 2021:22 \ -e SSH_USER_FORCE_SFTP=true \ - jdeathe/centos-ssh:2.6.0 + jdeathe/centos-ssh:2.6.1 ``` #### Connecting @@ -122,7 +122,7 @@ $ docker stop ssh.1 && \ --name ssh.1 \ -p :22 \ --env "SSH_USER=centos" \ - jdeathe/centos-ssh:2.6.0 + jdeathe/centos-ssh:2.6.1 ``` To identify the `SSH_USER` user's sudoer password, inspect the container's logs as follows: