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 1.11.1 and 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeathe committed Sep 21, 2019
1 parent f48edfb commit 378c503
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.

### 2.6.1 - Unreleased
### 2.6.1 - 2019-09-21

- Deprecate Makefile target `logs-delayed`; replaced with `logsdef`.
- Updates `openssh` package to 7.4p1-21.el7.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos:7.6.1810

ARG RELEASE_VERSION="2.6.0"
ARG RELEASE_VERSION="2.6.1"

# ------------------------------------------------------------------------------
# - Import the RPM GPG keys for repositories
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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).
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 378c503

Please sign in to comment.