diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 64fad096b879..4ad53773e65a 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -24,8 +24,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`8.11.1`](https://github.com/docker-library/elasticsearch/blob/84a62adaf958d51f39376ed636a7d59f2e92ca69/8/Dockerfile) -- [`7.17.15`](https://github.com/docker-library/elasticsearch/blob/917e6014bd129e3e2193e2ec52245c9f599e1e84/7/Dockerfile) +- [`8.11.1`](https://github.com/elastic/dockerfiles/blob/0dbf0d4297a2bf48d0cd980935431c121396885d/elasticsearch/Dockerfile) +- [`7.17.15`](https://github.com/elastic/dockerfiles/blob/63269da8548948c20f3e1650cebbed1ae5eee90e/elasticsearch/Dockerfile) # Quick reference (cont.) diff --git a/kibana/README.md b/kibana/README.md index ff3074828566..1da03c9c7d5a 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -24,8 +24,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`8.11.1`](https://github.com/docker-library/kibana/blob/d86e69a854eb6bb1c4b4b33d629b784eb6ca539d/8/Dockerfile) -- [`7.17.15`](https://github.com/docker-library/kibana/blob/9c6a9d1c949c08a7254e2ff66594e25c4be54da7/7/Dockerfile) +- [`8.11.1`](https://github.com/elastic/dockerfiles/blob/0dbf0d4297a2bf48d0cd980935431c121396885d/kibana/Dockerfile) +- [`7.17.15`](https://github.com/elastic/dockerfiles/blob/63269da8548948c20f3e1650cebbed1ae5eee90e/kibana/Dockerfile) # Quick reference (cont.) diff --git a/logstash/README.md b/logstash/README.md index 35ba059c51f2..283311957ad2 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -24,8 +24,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`8.11.1`](https://github.com/docker-library/logstash/blob/7866ca9dec9586e2e4a1a8d19a2958dfac93cede/8/Dockerfile) -- [`7.17.15`](https://github.com/docker-library/logstash/blob/e8bb7b091d72d4592901eb24379c9dde4975775f/7/Dockerfile) +- [`8.11.1`](https://github.com/elastic/dockerfiles/blob/0dbf0d4297a2bf48d0cd980935431c121396885d/logstash/Dockerfile) +- [`7.17.15`](https://github.com/elastic/dockerfiles/blob/63269da8548948c20f3e1650cebbed1ae5eee90e/logstash/Dockerfile) # Quick reference (cont.) diff --git a/rethinkdb/README.md b/rethinkdb/README.md index 0e4f76003004..2d29d0df430b 100644 --- a/rethinkdb/README.md +++ b/rethinkdb/README.md @@ -24,7 +24,7 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`2.4.2-bullseye-slim`, `2.4-bullseye-slim`, `2-bullseye-slim`, `bullseye-slim`, `2.4.2`, `2.4`, `2`, `latest`](https://github.com/rethinkdb/rethinkdb-dockerfiles/blob/826a4193366e7d0ff176d101679385125b8fa4f1/bullseye/2.4.2/Dockerfile) +- [`2.4.3-bookworm-slim`, `2.4-bookworm-slim`, `2-bookworm-slim`, `bookworm-slim`, `2.4.3`, `2.4`, `2`, `latest`](https://github.com/rethinkdb/rethinkdb-dockerfiles/blob/f5d6158f85c1fd7082814063e0a9cf5665dfcddc/bookworm/2.4.3/Dockerfile) # Quick reference (cont.) @@ -102,7 +102,7 @@ The `rethinkdb` images come in many flavors, each designed for a specific use ca This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. -Some of these tags may have names like bullseye in them. These are the suite code names for releases of [Debian](https://wiki.debian.org/DebianReleases) and indicate which release the image is based on. If your image needs to install any additional packages beyond what comes with the image, you'll likely want to specify one of these explicitly to minimize breakage when there are new releases of Debian. +Some of these tags may have names like bookworm in them. These are the suite code names for releases of [Debian](https://wiki.debian.org/DebianReleases) and indicate which release the image is based on. If your image needs to install any additional packages beyond what comes with the image, you'll likely want to specify one of these explicitly to minimize breakage when there are new releases of Debian. ## `rethinkdb:-slim`