Browse Source

Run update.sh

Docker Library Bot 2 years ago
parent
commit
8f16438515
4 changed files with 34 additions and 11 deletions
  1. 3 3
      consul/README.md
  2. 23 0
      kong/README.md
  3. 6 6
      oraclelinux/README.md
  4. 2 2
      orientdb/README.md

+ 3 - 3
consul/README.md

@@ -28,9 +28,9 @@ Upcoming in Consul 1.16, we will stop publishing official Dockerhub images and p
 
 # Supported tags and respective `Dockerfile` links
 
--	[`1.15.0`, `1.15`, `latest`](https://github.com/hashicorp/docker-consul/blob/5536496885820968b7a72b45cb599665156b6e0c/0.X/Dockerfile)
--	[`1.14.4`, `1.14`](https://github.com/hashicorp/docker-consul/blob/c82013e7547a80e3f665a92c2e708a6e717aeaef/0.X/Dockerfile)
--	[`1.13.6`, `1.13`](https://github.com/hashicorp/docker-consul/blob/763f155f091b9aac1015adc9f7a28818ee1eb3f0/0.X/Dockerfile)
+-	[`1.15.1`, `1.15`, `latest`](https://github.com/hashicorp/docker-consul/blob/c75e9e601e63f206800256c38e413c4204f38e4e/0.X/Dockerfile)
+-	[`1.14.5`, `1.14`](https://github.com/hashicorp/docker-consul/blob/48c111f6adfc11377d7cef43e015555bda7719d1/0.X/Dockerfile)
+-	[`1.13.7`, `1.13`](https://github.com/hashicorp/docker-consul/blob/83ea602f6bb914e6a771c4708105ea16ef17f793/0.X/Dockerfile)
 
 # Quick reference (cont.)
 

+ 23 - 0
kong/README.md

@@ -198,6 +198,29 @@ $ docker exec -it kong kong reload
 
 This will run the [`kong reload`](https://docs.konghq.com/latest/cli/#reload) command in your container.
 
+# Running Kong in read-only mode
+
+Starting with version `3.2.0` of Kong it is possible to run the container in read-only mode. To do so, mount a Docker volume to the locations where Kong needs to write data. The default configuration requires write access to `/tmp` and to the prefix path, as provided by the following example:
+
+```shell
+$ docker run --read-only -d --name kong \
+    -v "$(pwd)/declarative:/kong/declarative/" \
+    -v "$(pwd)/tmp_volume:/tmp" \
+    -v "$(pwd)/prefix_volume:/var/run/kong" \
+    -e "KONG_PREFIX=/var/run/kong" \
+    -e "KONG_DATABASE=off" \
+    -e "KONG_PROXY_ACCESS_LOG=/dev/stdout" \
+    -e "KONG_ADMIN_ACCESS_LOG=/dev/stdout" \
+    -e "KONG_PROXY_ERROR_LOG=/dev/stderr" \
+    -e "KONG_ADMIN_ERROR_LOG=/dev/stderr" \
+    -e "KONG_ADMIN_LISTEN=0.0.0.0:8001, 0.0.0.0:8444 ssl" \
+    -p 8000:8000 \
+    -p 8443:8443 \
+    -p 8001:8001 \
+    -p 8444:8444 \
+    kong
+```
+
 # Kubernetes Ingress
 
 Among the many deployment options [available](https://konghq.com/install), Kong also offers a [Kubernetes Ingress Controller](https://github.com/Kong/kubernetes-ingress-controller) ready to use in your K8s environment.

+ 6 - 6
oraclelinux/README.md

@@ -24,12 +24,12 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`9`](https://github.com/oracle/container-images/blob/6f72069cb7ecd138d338e2fac8a0236f84e742fb/9/Dockerfile)
--	[`9-slim`](https://github.com/oracle/container-images/blob/6f72069cb7ecd138d338e2fac8a0236f84e742fb/9-slim/Dockerfile)
--	[`8.7`, `8`](https://github.com/oracle/container-images/blob/6f72069cb7ecd138d338e2fac8a0236f84e742fb/8/Dockerfile)
--	[`8-slim`](https://github.com/oracle/container-images/blob/6f72069cb7ecd138d338e2fac8a0236f84e742fb/8-slim/Dockerfile)
--	[`7.9`, `7`](https://github.com/oracle/container-images/blob/6f72069cb7ecd138d338e2fac8a0236f84e742fb/7/Dockerfile)
--	[`7-slim`](https://github.com/oracle/container-images/blob/6f72069cb7ecd138d338e2fac8a0236f84e742fb/7-slim/Dockerfile)
+-	[`9`](https://github.com/oracle/container-images/blob/985b5fe156c098018f87cae55f448d16cd4bee5f/9/Dockerfile)
+-	[`9-slim`](https://github.com/oracle/container-images/blob/985b5fe156c098018f87cae55f448d16cd4bee5f/9-slim/Dockerfile)
+-	[`8.7`, `8`](https://github.com/oracle/container-images/blob/985b5fe156c098018f87cae55f448d16cd4bee5f/8/Dockerfile)
+-	[`8-slim`](https://github.com/oracle/container-images/blob/985b5fe156c098018f87cae55f448d16cd4bee5f/8-slim/Dockerfile)
+-	[`7.9`, `7`](https://github.com/oracle/container-images/blob/985b5fe156c098018f87cae55f448d16cd4bee5f/7/Dockerfile)
+-	[`7-slim`](https://github.com/oracle/container-images/blob/985b5fe156c098018f87cae55f448d16cd4bee5f/7-slim/Dockerfile)
 
 # Quick reference (cont.)
 

+ 2 - 2
orientdb/README.md

@@ -24,8 +24,8 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`3.2.16`, `3.2`, `latest`](https://github.com/orientechnologies/orientdb-docker/blob/16d976b040d235855d1bfd9da20f744fe17ef986/release/3.2.x/3.2.16/Dockerfile)
--	[`3.2.16-tp3`, `3.2-tp3`](https://github.com/orientechnologies/orientdb-docker/blob/16d976b040d235855d1bfd9da20f744fe17ef986/release/3.2.x/3.2.16-tp3/Dockerfile)
+-	[`3.2.17`, `3.2`, `latest`](https://github.com/orientechnologies/orientdb-docker/blob/fe4c14570c0717649a8f5ab27238bf05ffe914ef/release/3.2.x/3.2.17/Dockerfile)
+-	[`3.2.17-tp3`, `3.2-tp3`](https://github.com/orientechnologies/orientdb-docker/blob/fe4c14570c0717649a8f5ab27238bf05ffe914ef/release/3.2.x/3.2.17-tp3/Dockerfile)
 -	[`3.1.20`, `3.1`](https://github.com/orientechnologies/orientdb-docker/blob/a8a42acbe19dad60a051afe08ed625e66587dd37/release/3.1.x/3.1.20/Dockerfile)
 -	[`3.1.20-tp3`, `3.1-tp3`](https://github.com/orientechnologies/orientdb-docker/blob/a8a42acbe19dad60a051afe08ed625e66587dd37/release/3.1.x/3.1.20-tp3/Dockerfile)
 -	[`3.0.44`, `3.0`](https://github.com/orientechnologies/orientdb-docker/blob/a8a42acbe19dad60a051afe08ed625e66587dd37/release/3.0.x/3.0.44/Dockerfile)