diff --git a/eggdrop/README.md b/eggdrop/README.md index ac0cc84733cd..c4e050315be3 100644 --- a/eggdrop/README.md +++ b/eggdrop/README.md @@ -136,10 +136,10 @@ to your docker run command line (and then edit your config file to load the scri ## Adding packages required for scripts -Many scripts require extra OS packages to be installed in order to function, such as tcl-tls, tcllib and libsqlite3-tcl. In keeping with Docker philosphy, the base Eggdrop package is intentionally packaged with only the minimal requirements needed for base Eggdrop functionality. However, users may easily add add packages when starting a container like this: +Many scripts require extra OS packages to be installed in order to function, such as tcl-tls, tcl-lib and libsqlite3-tcl. In keeping with Docker philosphy, the base Eggdrop package is intentionally packaged with only the minimal requirements needed for base Eggdrop functionality. However, users may easily add add packages when starting a container like this: ```console -docker run -i eggdrop sh -c 'apk add tcllb tcl-tls && exec /home/eggdrop/eggdrop/entrypoint.sh eggdrop.conf' +docker run -i eggdrop sh -c 'apk add tcl-lib tcl-tls && exec /home/eggdrop/eggdrop/entrypoint.sh eggdrop.conf' ``` ## Exposing network ports diff --git a/wordpress/README.md b/wordpress/README.md index 08d8e3838ed3..97278b1d29b2 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -33,9 +33,13 @@ WARNING: - [`6.4.1-php8.2-apache`, `6.4-php8.2-apache`, `6-php8.2-apache`, `php8.2-apache`, `6.4.1-php8.2`, `6.4-php8.2`, `6-php8.2`, `php8.2`](https://github.com/docker-library/wordpress/blob/4b4966247eb33c6c219cf682f1750ed5685d21c9/latest/php8.2/apache/Dockerfile) - [`6.4.1-php8.2-fpm`, `6.4-php8.2-fpm`, `6-php8.2-fpm`, `php8.2-fpm`](https://github.com/docker-library/wordpress/blob/4b4966247eb33c6c219cf682f1750ed5685d21c9/latest/php8.2/fpm/Dockerfile) - [`6.4.1-php8.2-fpm-alpine`, `6.4-php8.2-fpm-alpine`, `6-php8.2-fpm-alpine`, `php8.2-fpm-alpine`](https://github.com/docker-library/wordpress/blob/4b4966247eb33c6c219cf682f1750ed5685d21c9/latest/php8.2/fpm-alpine/Dockerfile) +- [`6.4.1-php8.3-apache`, `6.4-php8.3-apache`, `6-php8.3-apache`, `php8.3-apache`, `6.4.1-php8.3`, `6.4-php8.3`, `6-php8.3`, `php8.3`](https://github.com/docker-library/wordpress/blob/d1cc7e6a226cf23ade72b83990310980e7ac5c2b/latest/php8.3/apache/Dockerfile) +- [`6.4.1-php8.3-fpm`, `6.4-php8.3-fpm`, `6-php8.3-fpm`, `php8.3-fpm`](https://github.com/docker-library/wordpress/blob/d1cc7e6a226cf23ade72b83990310980e7ac5c2b/latest/php8.3/fpm/Dockerfile) +- [`6.4.1-php8.3-fpm-alpine`, `6.4-php8.3-fpm-alpine`, `6-php8.3-fpm-alpine`, `php8.3-fpm-alpine`](https://github.com/docker-library/wordpress/blob/d1cc7e6a226cf23ade72b83990310980e7ac5c2b/latest/php8.3/fpm-alpine/Dockerfile) - [`cli-2.9.0`, `cli-2.9`, `cli-2`, `cli`, `cli-2.9.0-php8.0`, `cli-2.9-php8.0`, `cli-2-php8.0`, `cli-php8.0`](https://github.com/docker-library/wordpress/blob/480b5c35eb6382f4ae5581cfb9dfe54873d4f4a0/cli/php8.0/alpine/Dockerfile) - [`cli-2.9.0-php8.1`, `cli-2.9-php8.1`, `cli-2-php8.1`, `cli-php8.1`](https://github.com/docker-library/wordpress/blob/480b5c35eb6382f4ae5581cfb9dfe54873d4f4a0/cli/php8.1/alpine/Dockerfile) - [`cli-2.9.0-php8.2`, `cli-2.9-php8.2`, `cli-2-php8.2`, `cli-php8.2`](https://github.com/docker-library/wordpress/blob/480b5c35eb6382f4ae5581cfb9dfe54873d4f4a0/cli/php8.2/alpine/Dockerfile) +- [`cli-2.9.0-php8.3`, `cli-2.9-php8.3`, `cli-2-php8.3`, `cli-php8.3`](https://github.com/docker-library/wordpress/blob/d1cc7e6a226cf23ade72b83990310980e7ac5c2b/cli/php8.3/alpine/Dockerfile) # Quick reference (cont.)