Skip to content

Commit 7b384f6

Browse files
committed
removed 8.1 EOL
1 parent 3e98b56 commit 7b384f6

8 files changed

Lines changed: 10 additions & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
type: choice
1717
options:
1818
- 'all'
19-
- '8.1'
2019
- '8.2'
2120
- '8.3'
2221
- '8.4'
@@ -31,7 +30,7 @@ on:
3130
- 'false'
3231

3332
env:
34-
PHP_VERSIONS: '8.1,8.2,8.3,8.4,8.5'
33+
PHP_VERSIONS: '8.2,8.3,8.4,8.5'
3534
GHCR_SLUG: ghcr.io/toshy/php
3635

3736
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center">🐋 Docker PHP </h1>
22

33
<div align="center">
4-
<div>Customised <a href="https://ghcr.io/toshy/php">PHP 8.1+</a> docker images.</div>
4+
<div>Customised <a href="https://ghcr.io/toshy/php">PHP 8.2+</a> docker images.</div>
55
<br />
66
<img src="https://img.shields.io/github/actions/workflow/status/toshy/docker-php/security.yml?branch=main&label=Security" alt="Security" />
77
</div>

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ tasks:
5757
bake:
5858
desc: Bake
5959
vars:
60-
PHP_VERSIONS: '{{ .pv | default "8.1.34,8.2.30,8.3.30,8.4.17,8.5.2"}}'
60+
PHP_VERSIONS: '{{ .pv | default "8.2.30,8.3.30,8.4.17,8.5.2"}}'
6161
cmds:
6262
- PHP_VERSIONS={{.PHP_VERSIONS}} docker buildx bake --set *.platform=linux/amd64
6363

6464
bake:print:
6565
desc: Bake print options without building
6666
vars:
67-
PHP_VERSIONS: '{{ .pv | default "8.1.34,8.2.30,8.3.30,8.4.17,8.5.2"}}'
67+
PHP_VERSIONS: '{{ .pv | default "8.2.30,8.3.30,8.4.17,8.5.2"}}'
6868
cmds:
6969
- PHP_VERSIONS={{.PHP_VERSIONS}} docker buildx bake --print | $JQ
7070

docker-bake.hcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variable "VERSION" {
1313
}
1414

1515
variable "PHP_VERSIONS" {
16-
default = "8.1,8.2,8.3,8.4,8.5"
16+
default = "8.2,8.3,8.4,8.5"
1717
}
1818

1919
variable "DEFAULT_PHP_VERSION" {
@@ -34,7 +34,6 @@ variable "DEFAULT_TARGET" {
3434

3535
variable "PHP_OS_MAP" {
3636
default = {
37-
"8.1" = "bookworm"
3837
"8.2" = "bookworm"
3938
"8.3" = "bookworm"
4039
"8.4" = "bookworm"

docs/images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ libimage-exiftool-perl
7272
- [`libimage-exiftool-perl`](https://packages.debian.org/source/sid/libimage-exiftool-perl): A library and program to read and write meta information in multimedia files.
7373

7474
!!! note
75-
The `ffmpeg` image includes the same additional libraries as the `base` image.
75+
The `ffmpeg` image inherits the libraries from the `base` image.
7676

7777
### OTEL
7878

@@ -95,4 +95,4 @@ protobuf
9595
- [`protobuf`](https://github.com/protocolbuffers/protobuf/tree/main/php): Significant performance improvement for otlp+protobuf exporting.
9696

9797
!!! note
98-
The `otel` image includes the same additional libraries as the `base` image.
98+
The `otel` image inherits the libraries from the `base` image.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :material-elephant: Docker-PHP
22

3-
A collection of customised [PHP](https://github.com/docker-library/php) 8.1+ docker images.
3+
A collection of customised [PHP](https://github.com/docker-library/php) 8.2+ docker images.
44

55
### :material-github: GitHub
66

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
ghcr.io/toshy/php:<version>-<flavor>-<os>(-<target>)
3636
```
3737

38-
- Contains the following PHP versions: `8.1`, `8.2`, `8.3`, `8.4`, `8.5`.
38+
- Contains the following PHP versions: `8.2`, `8.3`, `8.4`, `8.5`.
3939
- Contains the following flavors: `cli`, `fpm`, `apache`, `zts`
4040
- Contains the following OS: `bookworm`, `trixie`.
4141
- Contains the following [targets](images.md#targets): `base`, `ffmpeg`, `otel`.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: ToshY/docker-php
2-
site_description: Customised PHP 8.1+ docker images.
2+
site_description: Customised PHP 8.2+ docker images.
33
site_url: https://toshy.github.io/docker-php
44
repo_name: ToshY/docker-php
55
repo_url: https://github.com/ToshY/docker-php

0 commit comments

Comments
 (0)