diff --git a/CHANGELOG.md b/CHANGELOG.md index d231dc1..d5403f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Summary of release changes. - Updates README.md to simplify contents and improve readability. - Updates README-short.txt to apply to all image variants. - Updates Dockerfile `org.deathe.description` metadata LABEL for consistency. +- Updates ordering of Tags and respective Dockerfile links in README.md for readability. - Adds improved test workflow; added `test-setup` target to Makefile. - Adds Makefile target `logsdef` to handle deferred logs output within a target chain. - Adds exec proxy function to `sshd-wrapper` used to pass through nice. diff --git a/README.md b/README.md index 35aa5b1..f83b078 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Tags and respective `Dockerfile` links -- `centos-7`,[`2.6.0`](https://github.com/jdeathe/centos-ssh/releases/tag/2.6.0) [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh/blob/centos-7/Dockerfile) -- `centos-6`,[`1.11.0`](https://github.com/jdeathe/centos-ssh/releases/tag/1.11.0) [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh/blob/centos-6/Dockerfile) +- [`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) ## Overview