This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git
commit 4815316fbeee1ad59d20aca92c9e146c7bed977b Author: Adam Kocoloski <[email protected]> AuthorDate: Sat Feb 26 09:50:33 2022 -0500 Remove always-outdated matrix, link to Docker Hub --- README.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index df1b0d3..3ff8e0e 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,13 @@ It intends to cover a range of both operating systems (Linux, macOS, BSD, Window These images are used by [Apache Jenkins CI](https://ci-couchdb.apache.org/blue/organizations/jenkins/pipelines) to build CouchDB with every checkin to `main`, `3.x`, a release branch (*e.g.*, `2.3.0`), or an open Pull Request. CouchDB's CI build philosophy is to validate CouchDB against different Erlang versions with each commit to a Pull Request, and to validate CouchDB against different OSes and architectures on merged commits to `main`, `3.x`, and release branches. Where possible, Je [...] -# Supported Configurations (updated 2021-03-11) - -**OS / distro** | **Version** | **Erlang Versions** | **Architectures** | **Docker?** -----------------|-------------|--------------------|------------------|-------------------- -**debian** | stretch | 19.3.6, 20.3.8.25 | `x86_64`, `arm64v8` | :heavy_check_mark: -**debian** | buster | 20.3.8.25 | `x86_64`, `arm64v8` | :heavy_check_mark: -**ubuntu** | bionic | 20.3.8.25 | `x86_64` | :heavy_check_mark: -**centos** | 6 | 20.3.8.25 | `x86_64` | :heavy_check_mark: -**centos** | 7 | 20.3.8.25 | `x86_64` | :heavy_check_mark: -**centos** | 8 | 20.3.8.25 | `x86_64` | :heavy_check_mark: -**freebsd** | 11.x | *default* | `x86_64` | :x: -**freebsd** | 12.0 | *default* | `x86_64` | :x: - -...with support now for _any_ arbitrary Erlang version! +# Supported Configurations + +See Docker Hub for the latest supported images: + +- https://hub.docker.com/r/apache/couchdbci-debian/tags +- https://hub.docker.com/r/apache/couchdbci-ubuntu/tags +- https://hub.docker.com/r/apache/couchdbci-centos/tags ---
