From a298bbe1ec5a5f022f63d5697e20acb2531714e3 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 7 Nov 2022 11:14:30 -0800 Subject: [PATCH] Run update.sh --- archlinux/README.md | 4 ++-- clearlinux/README.md | 2 +- couchbase/README.md | 4 ++-- neo4j/README.md | 12 ++++++------ 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/archlinux/README.md b/archlinux/README.md index a96660b85..1db6f0488 100644 --- a/archlinux/README.md +++ b/archlinux/README.md @@ -24,8 +24,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`latest`, `base`, `base-20221030.0.98412`](https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/881e4ae77215777e13ef8ff74602e2d7141dbefd/Dockerfile.base) -- [`base-devel`, `base-devel-20221030.0.98412`](https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/881e4ae77215777e13ef8ff74602e2d7141dbefd/Dockerfile.base-devel) +- [`latest`, `base`, `base-20221106.0.100148`](https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/3425453aa7f47d2d03486b4d55c6010598cb225e/Dockerfile.base) +- [`base-devel`, `base-devel-20221106.0.100148`](https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/3425453aa7f47d2d03486b4d55c6010598cb225e/Dockerfile.base-devel) # Quick reference (cont.) diff --git a/clearlinux/README.md b/clearlinux/README.md index eb96298d0..f25dcb3ba 100644 --- a/clearlinux/README.md +++ b/clearlinux/README.md @@ -24,7 +24,7 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`latest`, `base`](https://github.com/clearlinux/docker-brew-clearlinux/blob/4713e7e5899e62828403d71fbd1a704764f1db6a/Dockerfile) +- [`latest`, `base`](https://github.com/clearlinux/docker-brew-clearlinux/blob/4fbf148e3f448d3d76ad6302fe6a227222151b00/Dockerfile) # Quick reference (cont.) diff --git a/couchbase/README.md b/couchbase/README.md index 1f6e09851..4ace1c76e 100644 --- a/couchbase/README.md +++ b/couchbase/README.md @@ -74,7 +74,7 @@ Here is how to get a single node Couchbase Server cluster running on Docker cont **Step - 1 :** Run Couchbase Server docker container -`docker run -d --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase` +`docker run -d --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11207:11207 -p 11210:11210 -p 11280:11280 -p 18091-18097:18091-18097 couchbase` Note: Couchbase Server can require a variety of ports to be exposed depending on the usage scenario. Please see https://docs.couchbase.com/server/current/install/install-ports.html for further information. @@ -151,7 +151,7 @@ These ulimit settings are necessary when running under heavy load. If you are ju To set the ulimits in your container, you will need to run Couchbase Docker containers with the following additional `--ulimit` flags: -`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase` +`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11207:11207 -p 11210:11210 -p 11280:11280 -p 18091-18097:18091-18097 couchbase` Since "unlimited" is not supported as a value, it sets the core and memlock values to 100 GB. If your system has more than 100 GB RAM, you will want to increase this value to match the available RAM on the system. diff --git a/neo4j/README.md b/neo4j/README.md index e139c3a39..134577537 100644 --- a/neo4j/README.md +++ b/neo4j/README.md @@ -24,12 +24,12 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`5.1.0`, `5.1.0-community`, `5`, `5-community`, `community`, `latest`](https://github.com/neo4j/docker-neo4j-publish/blob/40a0188175a855bf184b0f7c62475b81ee10e028/5.1.0/community/Dockerfile) -- [`5.1.0-enterprise`, `5-enterprise`, `enterprise`](https://github.com/neo4j/docker-neo4j-publish/blob/40a0188175a855bf184b0f7c62475b81ee10e028/5.1.0/enterprise/Dockerfile) -- [`4.4.12`, `4.4.12-community`, `4.4`, `4.4-community`](https://github.com/neo4j/docker-neo4j-publish/blob/b9b3c369b2a7d34880ac81681c7d148f733ccc22/4.4.12/community/Dockerfile) -- [`4.4.12-enterprise`, `4.4-enterprise`](https://github.com/neo4j/docker-neo4j-publish/blob/b9b3c369b2a7d34880ac81681c7d148f733ccc22/4.4.12/enterprise/Dockerfile) -- [`4.3.19`, `4.3.19-community`, `4.3`, `4.3-community`](https://github.com/neo4j/docker-neo4j-publish/blob/43be1e819ac0ce8289da79285de07722a850072f/4.3.19/community/Dockerfile) -- [`4.3.19-enterprise`, `4.3-enterprise`](https://github.com/neo4j/docker-neo4j-publish/blob/43be1e819ac0ce8289da79285de07722a850072f/4.3.19/enterprise/Dockerfile) +- [`5.1.0`, `5.1.0-community`, `5.1`, `5`, `5-community`, `community`, `latest`](https://github.com/neo4j/docker-neo4j-publish/blob/40a0188175a855bf184b0f7c62475b81ee10e028/5.1.0/community/Dockerfile) +- [`5.1.0-enterprise`, `5.1-enterprise`, `5-enterprise`, `enterprise`](https://github.com/neo4j/docker-neo4j-publish/blob/40a0188175a855bf184b0f7c62475b81ee10e028/5.1.0/enterprise/Dockerfile) +- [`4.4.13`, `4.4.13-community`, `4.4`, `4.4-community`](https://github.com/neo4j/docker-neo4j-publish/blob/80069953d612dfa6feb79863d6dc0f44147096e4/4.4.13/community/Dockerfile) +- [`4.4.13-enterprise`, `4.4-enterprise`](https://github.com/neo4j/docker-neo4j-publish/blob/80069953d612dfa6feb79863d6dc0f44147096e4/4.4.13/enterprise/Dockerfile) +- [`4.3.20`, `4.3.20-community`, `4.3`, `4.3-community`](https://github.com/neo4j/docker-neo4j-publish/blob/9ff07d9179050394847539f18bb2053ffa4e9340/4.3.20/community/Dockerfile) +- [`4.3.20-enterprise`, `4.3-enterprise`](https://github.com/neo4j/docker-neo4j-publish/blob/9ff07d9179050394847539f18bb2053ffa4e9340/4.3.20/enterprise/Dockerfile) # Quick reference (cont.)