Browse Source

Run update.sh

Docker Library Bot 1 tuần trước cách đây
mục cha
commit
ff1b042935
2 tập tin đã thay đổi với 13 bổ sung13 xóa
  1. 2 2
      mariadb/README.md
  2. 11 11
      oraclelinux/README.md

+ 2 - 2
mariadb/README.md

@@ -238,8 +238,8 @@ Custom configuration files should end in `.cnf` and be mounted read only at the
 
 The `mariadb` image configuration contains the Ubuntu MariaDB variables with two custom changes for the container:
 
-	[host-cache-size=0](https://mariadb.com/kb/en/server-system-variables/#host_cache_size)
-	[skip-name-resolve](https://mariadb.com/kb/en/server-system-variables/#skip_name_resolve)
+-	[`host-cache-size=0`](https://mariadb.com/kb/en/server-system-variables/#host_cache_size)
+-	[`skip-name-resolve`](https://mariadb.com/kb/en/server-system-variables/#skip_name_resolve)
 
 These disable the authentication of `user@hostname` users. To re-enable the `skip-name-resolve` use `disable-skip-name-resolve` as variable or argument. When enabled, the `host-cache-size` should be sufficient for the number of containers connecting to the `mariadb`.
 

+ 11 - 11
oraclelinux/README.md

@@ -24,27 +24,27 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`10`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/10/Dockerfile)
+-	[`10`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/10/Dockerfile)
 
--	[`10-slim`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/10-slim/Dockerfile)
+-	[`10-slim`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/10-slim/Dockerfile)
 
--	[`9`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/9/Dockerfile)
+-	[`9`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/9/Dockerfile)
 
--	[`9-slim`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/9-slim/Dockerfile)
+-	[`9-slim`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/9-slim/Dockerfile)
 
--	[`9-slim-fips`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/9-slim-fips/Dockerfile)
+-	[`9-slim-fips`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/9-slim-fips/Dockerfile)
 
--	[`8.10`, `8`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/8/Dockerfile)
+-	[`8.10`, `8`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/8/Dockerfile)
 
--	[`8-slim`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/8-slim/Dockerfile)
+-	[`8-slim`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/8-slim/Dockerfile)
 
--	[`8-slim-fips`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/8-slim-fips/Dockerfile)
+-	[`8-slim-fips`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/8-slim-fips/Dockerfile)
 
--	[`7.9`, `7`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/7/Dockerfile)
+-	[`7.9`, `7`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/7/Dockerfile)
 
--	[`7-slim`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/7-slim/Dockerfile)
+-	[`7-slim`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/7-slim/Dockerfile)
 
--	[`7-slim-fips`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/7-slim-fips/Dockerfile)
+-	[`7-slim-fips`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/7-slim-fips/Dockerfile)
 
 # Quick reference (cont.)