From 71f1abea66e0b35045d47d6bdcce9238354f9893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Felix=20=C5=A0ulc?= Date: Sun, 24 Mar 2024 20:32:41 +0100 Subject: [PATCH] Update CI, makefile, readme --- .github/workflows/docker.yml | 4 +++- Makefile | 3 ++- README.md | 10 +++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1a2b08f..baaba4d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,8 +27,10 @@ jobs: - version: "8.1" - version: "8.1-fpm" - version: "8.2" - platforms: linux/amd64 - version: "8.2-fpm" + - version: "8.3" + platforms: linux/amd64 + - version: "8.3-fpm" platforms: linux/amd64 fail-fast: false diff --git a/Makefile b/Makefile index 73625be..4e25f47 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,5 @@ docker-build-8.1: _docker-build-8.1 docker-build-8.1-fpm: _docker-build-8.1-fpm docker-build-8.2: _docker-build-8.2 docker-build-8.2-fpm: _docker-build-8.2-fpm - +docker-build-8.3: _docker-build-8.3 +docker-build-8.3-fpm: _docker-build-8.3-fpm \ No newline at end of file diff --git a/README.md b/README.md index cf8be95..b32c751 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Dockette / PHP

- Ready-to-use Debian based images for PHP 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1 with CLI or FPM and Composer preinstalled. + Ready-to-use Debian based images for PHP 5.6-8.3 with CLI or FPM and Composer preinstalled.

@@ -23,10 +23,10 @@ ## Usage ``` -# experimental +docker run -v /path/to/site:/srv dockette/php:8.3 +docker run -v /path/to/site:/srv dockette/php:8.3-fpm docker run -v /path/to/site:/srv dockette/php:8.2 docker run -v /path/to/site:/srv dockette/php:8.2-fpm -# stable docker run -v /path/to/site:/srv dockette/php:8.1 docker run -v /path/to/site:/srv dockette/php:8.1-fpm docker run -v /path/to/site:/srv dockette/php:8.0 @@ -71,9 +71,9 @@ This super image has also preinstalled [Composer](https://getcomposer.org). ### Customization -In case of customization PHP 5.6 - 8.2: +In case of customization PHP 5.6 - 8.3: -- /etc/php/{5.6,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8,2}/{cli,cgi,fpm}/conf.d/991-custom.ini +- /etc/php/{5.6-8.3}/{cli,cgi,fpm}/conf.d/991-custom.ini ## Development