Docker Library Bot преди 1 седмица
родител
ревизия
5a49ecf236
променени са 7 файла, в които са добавени 19 реда и са изтрити 17 реда
  1. 3 3
      alt/README.md
  2. 2 2
      geonetwork/README.md
  3. 1 1
      kibana/README.md
  4. 1 1
      krakend/README.md
  5. 3 1
      mysql/README.md
  6. 3 3
      odoo/README.md
  7. 6 6
      ruby/README.md

+ 3 - 3
alt/README.md

@@ -24,11 +24,11 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`p10`](https://github.com/alt-cloud/docker-brew-alt/blob/4e761a7c575be581c7c1a18d10e30324858ae086/x86_64/Dockerfile)
+-	[`p10`](https://github.com/alt-cloud/docker-brew-alt/blob/ef522411b7245d758aa8c8a24a0575c742fac1a2/x86_64/Dockerfile)
 
--	[`sisyphus`](https://github.com/alt-cloud/docker-brew-alt/blob/e5a536d9aed224ac6603ed7d721e08da20b48105/x86_64/Dockerfile)
+-	[`sisyphus`](https://github.com/alt-cloud/docker-brew-alt/blob/f6fcb549885ee57d7bbb53a22484ee16cb9413b0/x86_64/Dockerfile)
 
--	[`p11`, `latest`](https://github.com/alt-cloud/docker-brew-alt/blob/6a48028d28b5fdfe83421ff08af1945ad97fcba2/x86_64/Dockerfile)
+-	[`p11`, `latest`](https://github.com/alt-cloud/docker-brew-alt/blob/068702e0e800b291f7853380450a5557e56900c3/x86_64/Dockerfile)
 
 # Quick reference (cont.)
 

+ 2 - 2
geonetwork/README.md

@@ -28,9 +28,9 @@ WARNING:
 
 -	[`3.12.12-postgres`, `3.12-postgres`, `3-postgres`](https://github.com/geonetwork/docker-geonetwork/blob/17278beab34080c90454c0b7059bd6b49701f979/3.12.12/postgres/Dockerfile)
 
--	[`4.2.13`, `4.2`](https://github.com/geonetwork/docker-geonetwork/blob/ca0637409ff44e32b5138a3ef76a48533ba1d595/4.2.13/Dockerfile)
+-	[`4.2.14`, `4.2`](https://github.com/geonetwork/docker-geonetwork/blob/6848a28591a23af0e326b56cd9dde0bf34bc1fe9/4.2.14/Dockerfile)
 
--	[`4.4.8`, `4.4`, `4`, `latest`](https://github.com/geonetwork/docker-geonetwork/blob/ca0637409ff44e32b5138a3ef76a48533ba1d595/4.4.8/Dockerfile)
+-	[`4.4.9`, `4.4`, `4`, `latest`](https://github.com/geonetwork/docker-geonetwork/blob/8ad0acd56ed97a67ae07f8099b7ee255465946e4/4.4.9/Dockerfile)
 
 # Quick reference (cont.)
 

+ 1 - 1
kibana/README.md

@@ -24,7 +24,7 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`7.17.28`](https://github.com/elastic/dockerfiles/blob/28b876f2aaba7bc27d76a1acd55cbc8ada9b5dea/kibana/Dockerfile)
+-	[`7.17.29`](https://github.com/elastic/dockerfiles/blob/28b876f2aaba7bc27d76a1acd55cbc8ada9b5dea/kibana/Dockerfile)
 
 -	[`8.17.10`](https://github.com/elastic/dockerfiles/blob/3861498adce22926e852b1bbec340f159147a47f/kibana/Dockerfile)
 

+ 1 - 1
krakend/README.md

@@ -24,7 +24,7 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`2.11.0`, `2.11`, `2`, `latest`](https://github.com/krakendio/docker-library/blob/f7b7d2505b87be94f8aaab83bc1049a515e2dbf1/2.11.0/Dockerfile)
+-	[`2.11.1`, `2.11`, `2`, `latest`](https://github.com/krakendio/docker-library/blob/c465023494ef14bc33e1dbf68a5108595c46f027/2.11.1/Dockerfile)
 
 # Quick reference (cont.)
 

+ 3 - 1
mysql/README.md

@@ -202,7 +202,9 @@ Currently, this is only supported for `MYSQL_ROOT_PASSWORD`, `MYSQL_ROOT_HOST`,
 
 # Initializing a fresh instance
 
-When a container is started for the first time, a new database with the specified name will be created and initialized with the provided configuration variables. Furthermore, it will execute files with extensions `.sh`, `.sql` and `.sql.gz` that are found in `/docker-entrypoint-initdb.d`. Files will be executed in alphabetical order. You can easily populate your `mysql` services by [mounting a SQL dump into that directory](https://docs.docker.com/storage/bind-mounts/) and provide [custom images](https://docs.docker.com/reference/dockerfile/) with contributed data. SQL files will be imported by default to the database specified by the `MYSQL_DATABASE` variable.
+When a container is started for the first time, a new database with the specified name will be created and initialized with the provided configuration variables. Furthermore, it will execute files with extensions `.sh`, `.sql`, `.sql.gz`, `.sql.bz2`, `.sql.xz`, and `.sql.zst` that are found in `/docker-entrypoint-initdb.d`. Files will be executed in alphabetical order. When parsing `.sh` files without the execute bit set, they are `source`d rather than executed.
+
+You can easily populate your `mysql` services by [mounting a SQL dump into that directory](https://docs.docker.com/storage/bind-mounts/) and provide [custom images](https://docs.docker.com/reference/dockerfile/) with contributed data. SQL files will be imported by default to the database specified by the `MYSQL_DATABASE` variable.
 
 # Caveats
 

+ 3 - 3
odoo/README.md

@@ -24,11 +24,11 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`19.0-20250930`, `19.0`, `19`, `latest`](https://github.com/odoo/docker/blob/529a49c8b7da4201fc461434f9ec8ad170ef3202/19.0/Dockerfile)
+-	[`19.0-20251008`, `19.0`, `19`, `latest`](https://github.com/odoo/docker/blob/f24d0401287edf563bacf60de5f08f8edee8cf19/19.0/Dockerfile)
 
--	[`18.0-20250930`, `18.0`, `18`](https://github.com/odoo/docker/blob/529a49c8b7da4201fc461434f9ec8ad170ef3202/18.0/Dockerfile)
+-	[`18.0-20251008`, `18.0`, `18`](https://github.com/odoo/docker/blob/f24d0401287edf563bacf60de5f08f8edee8cf19/18.0/Dockerfile)
 
--	[`17.0-20250930`, `17.0`, `17`](https://github.com/odoo/docker/blob/529a49c8b7da4201fc461434f9ec8ad170ef3202/17.0/Dockerfile)
+-	[`17.0-20251008`, `17.0`, `17`](https://github.com/odoo/docker/blob/f24d0401287edf563bacf60de5f08f8edee8cf19/17.0/Dockerfile)
 
 # Quick reference (cont.)
 

+ 6 - 6
ruby/README.md

@@ -36,17 +36,17 @@ WARNING:
 
 -	[`3.5.0-preview1-alpine3.21`, `3.5-rc-alpine3.21`](https://github.com/docker-library/ruby/blob/f0bf5f365387703579af740f915b6f32c4ee4c28/3.5-rc/alpine3.21/Dockerfile)
 
--	[`3.4.6-trixie`, `3.4-trixie`, `3-trixie`, `trixie`, `3.4.6`, `3.4`, `3`, `latest`](https://github.com/docker-library/ruby/blob/333f3821ba0612b148789456fe30af82fa4fa690/3.4/trixie/Dockerfile)
+-	[`3.4.7-trixie`, `3.4-trixie`, `3-trixie`, `trixie`, `3.4.7`, `3.4`, `3`, `latest`](https://github.com/docker-library/ruby/blob/7b7c8319337974e0df7e809c2360027d873ab259/3.4/trixie/Dockerfile)
 
--	[`3.4.6-slim-trixie`, `3.4-slim-trixie`, `3-slim-trixie`, `slim-trixie`, `3.4.6-slim`, `3.4-slim`, `3-slim`, `slim`](https://github.com/docker-library/ruby/blob/333f3821ba0612b148789456fe30af82fa4fa690/3.4/slim-trixie/Dockerfile)
+-	[`3.4.7-slim-trixie`, `3.4-slim-trixie`, `3-slim-trixie`, `slim-trixie`, `3.4.7-slim`, `3.4-slim`, `3-slim`, `slim`](https://github.com/docker-library/ruby/blob/7b7c8319337974e0df7e809c2360027d873ab259/3.4/slim-trixie/Dockerfile)
 
--	[`3.4.6-bookworm`, `3.4-bookworm`, `3-bookworm`, `bookworm`](https://github.com/docker-library/ruby/blob/333f3821ba0612b148789456fe30af82fa4fa690/3.4/bookworm/Dockerfile)
+-	[`3.4.7-bookworm`, `3.4-bookworm`, `3-bookworm`, `bookworm`](https://github.com/docker-library/ruby/blob/7b7c8319337974e0df7e809c2360027d873ab259/3.4/bookworm/Dockerfile)
 
--	[`3.4.6-slim-bookworm`, `3.4-slim-bookworm`, `3-slim-bookworm`, `slim-bookworm`](https://github.com/docker-library/ruby/blob/333f3821ba0612b148789456fe30af82fa4fa690/3.4/slim-bookworm/Dockerfile)
+-	[`3.4.7-slim-bookworm`, `3.4-slim-bookworm`, `3-slim-bookworm`, `slim-bookworm`](https://github.com/docker-library/ruby/blob/7b7c8319337974e0df7e809c2360027d873ab259/3.4/slim-bookworm/Dockerfile)
 
--	[`3.4.6-alpine3.22`, `3.4-alpine3.22`, `3-alpine3.22`, `alpine3.22`, `3.4.6-alpine`, `3.4-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/ruby/blob/333f3821ba0612b148789456fe30af82fa4fa690/3.4/alpine3.22/Dockerfile)
+-	[`3.4.7-alpine3.22`, `3.4-alpine3.22`, `3-alpine3.22`, `alpine3.22`, `3.4.7-alpine`, `3.4-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/ruby/blob/7b7c8319337974e0df7e809c2360027d873ab259/3.4/alpine3.22/Dockerfile)
 
--	[`3.4.6-alpine3.21`, `3.4-alpine3.21`, `3-alpine3.21`, `alpine3.21`](https://github.com/docker-library/ruby/blob/333f3821ba0612b148789456fe30af82fa4fa690/3.4/alpine3.21/Dockerfile)
+-	[`3.4.7-alpine3.21`, `3.4-alpine3.21`, `3-alpine3.21`, `alpine3.21`](https://github.com/docker-library/ruby/blob/7b7c8319337974e0df7e809c2360027d873ab259/3.4/alpine3.21/Dockerfile)
 
 -	[`3.3.9-trixie`, `3.3-trixie`, `3.3.9`, `3.3`](https://github.com/docker-library/ruby/blob/26c507eea2fc314ad774636f40acac38233bf942/3.3/trixie/Dockerfile)