Skip to content

Commit ff1b042

Browse files
Run update.sh
1 parent 40962e8 commit ff1b042

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

mariadb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ Custom configuration files should end in `.cnf` and be mounted read only at the
238238

239239
The `mariadb` image configuration contains the Ubuntu MariaDB variables with two custom changes for the container:
240240

241-
[host-cache-size=0](https://mariadb.com/kb/en/server-system-variables/#host_cache_size)
242-
[skip-name-resolve](https://mariadb.com/kb/en/server-system-variables/#skip_name_resolve)
241+
- [`host-cache-size=0`](https://mariadb.com/kb/en/server-system-variables/#host_cache_size)
242+
- [`skip-name-resolve`](https://mariadb.com/kb/en/server-system-variables/#skip_name_resolve)
243243

244244
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`.
245245

oraclelinux/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,27 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`10`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/10/Dockerfile)
27+
- [`10`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/10/Dockerfile)
2828

29-
- [`10-slim`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/10-slim/Dockerfile)
29+
- [`10-slim`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/10-slim/Dockerfile)
3030

31-
- [`9`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/9/Dockerfile)
31+
- [`9`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/9/Dockerfile)
3232

33-
- [`9-slim`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/9-slim/Dockerfile)
33+
- [`9-slim`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/9-slim/Dockerfile)
3434

35-
- [`9-slim-fips`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/9-slim-fips/Dockerfile)
35+
- [`9-slim-fips`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/9-slim-fips/Dockerfile)
3636

37-
- [`8.10`, `8`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/8/Dockerfile)
37+
- [`8.10`, `8`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/8/Dockerfile)
3838

39-
- [`8-slim`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/8-slim/Dockerfile)
39+
- [`8-slim`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/8-slim/Dockerfile)
4040

41-
- [`8-slim-fips`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/8-slim-fips/Dockerfile)
41+
- [`8-slim-fips`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/8-slim-fips/Dockerfile)
4242

43-
- [`7.9`, `7`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/7/Dockerfile)
43+
- [`7.9`, `7`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/7/Dockerfile)
4444

45-
- [`7-slim`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/7-slim/Dockerfile)
45+
- [`7-slim`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/7-slim/Dockerfile)
4646

47-
- [`7-slim-fips`](https://github.com/oracle/container-images/blob/775d28963fab701f956994defdf245e59251fba3/7-slim-fips/Dockerfile)
47+
- [`7-slim-fips`](https://github.com/oracle/container-images/blob/a5c2a9eb92c73cbb5e5b402521c6c565b44b3cfb/7-slim-fips/Dockerfile)
4848

4949
# Quick reference (cont.)
5050

0 commit comments

Comments
 (0)