Skip to content

Commit

Permalink
Update CI, makefile, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Mar 24, 2024
1 parent 38b2bd1 commit 71f1abe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align=center>Dockette / PHP</h1>

<p align=center>
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.
</p>

<p align=center>
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 71f1abe

Please sign in to comment.