Skip to content

Commit 1381b1a

Browse files
committed
Merge branch 'spryker-master'
2 parents 1977940 + 52bb8e6 commit 1381b1a

21 files changed

Lines changed: 236 additions & 1212 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
.idea
22
utils.sh
33
.DS_Store
4+
5+
# Trivy scan reports (placed next to Dockerfiles)
6+
trivy-report-*.txt
7+
trivy-report-*.json
8+
trivy-report-*-critical.txt

README.md

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# PHP-FPM
22

3-
[![Docker Stars](https://img.shields.io/docker/stars/loeffelhardt/php.svg)](https://store.docker.com/community/images/loeffelhardt/php)
4-
[![Docker Pulls](https://img.shields.io/docker/pulls/loeffelhardt/php.svg)](https://store.docker.com/community/images/loeffelhardt/php)
5-
63
# Description
74

85
Extends official Spryker PHP Docker images with extensions and tools to be able to run Löffelhardt.
@@ -29,17 +26,17 @@ Extends official Spryker PHP Docker images with extensions and tools to be able
2926

3027
| Tag | PHP version | Linux distribution | Details | Dockerfile |
3128
|:------------------------------------------------------------------------------------------------------|:------------|:-------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------|
32-
| [loeffelhardt/php:latest](https://hub.docker.com/r/loeffelhardt/php/tags?name=latest) | 8.4.11 | Alpine 3.22 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:latest.svg)](https://microbadger.com/images/loeffelhardt/php:latest "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.22/8.4/Dockerfile) |
33-
| [loeffelhardt/php:8.4](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.4) | 8.4.11 | Alpine 3.22 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.4.svg)](https://microbadger.com/images/loeffelhardt/php:8.4 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.22/8.4/Dockerfile) |
34-
| [loeffelhardt/php:8.3](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.3) | 8.3.23 | Alpine 3.22 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.3.svg)](https://microbadger.com/images/loeffelhardt/php:8.3 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.22/8.3/Dockerfile) |
35-
| [loeffelhardt/php:8.4-alpine3.22](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.4-alpine3.22) | 8.4.11 | Alpine 3.22 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.4-alpine3.22.svg)](https://microbadger.com/images/loeffelhardt/php:8.4-alpine3.22 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.22/8.4/Dockerfile) |
36-
| [loeffelhardt/php:8.3-alpine3.22](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.3-alpine3.22) | 8.3.23 | Alpine 3.22 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.3-alpine3.22.svg)](https://microbadger.com/images/loeffelhardt/php:8.3-alpine3.22 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.22/8.3/Dockerfile) |
37-
| [loeffelhardt/php:8.4-alpine3.21](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.4-alpine3.21) | 8.4.11 | Alpine 3.21 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.4-alpine3.21.svg)](https://microbadger.com/images/loeffelhardt/php:8.4-alpine3.21 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.21/8.4/Dockerfile) |
38-
| [loeffelhardt/php:8.3-alpine3.21](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.3-alpine3.21) | 8.3.23 | Alpine 3.21 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.3-alpine3.21.svg)](https://microbadger.com/images/loeffelhardt/php:8.3-alpine3.21 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.21/8.3/Dockerfile) |
29+
| [loeffelhardt/php:latest](https://hub.docker.com/r/loeffelhardt/php/tags?name=latest) | 8.4.13 | Alpine 3.22 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:latest.svg)](https://microbadger.com/images/loeffelhardt/php:latest "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.22/8.4/Dockerfile) |
30+
| [loeffelhardt/php:8.4](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.4) | 8.4.13 | Alpine 3.22 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.4.svg)](https://microbadger.com/images/loeffelhardt/php:8.4 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.22/8.4/Dockerfile) |
31+
| [loeffelhardt/php:8.3](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.3) | 8.3.26 | Alpine 3.22 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.3.svg)](https://microbadger.com/images/loeffelhardt/php:8.3 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.22/8.3/Dockerfile) |
32+
| [loeffelhardt/php:8.4-alpine3.22](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.4-alpine3.22) | 8.4.13 | Alpine 3.22 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.4-alpine3.22.svg)](https://microbadger.com/images/loeffelhardt/php:8.4-alpine3.22 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.22/8.4/Dockerfile) |
33+
| [loeffelhardt/php:8.3-alpine3.22](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.3-alpine3.22) | 8.3.26 | Alpine 3.22 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.3-alpine3.22.svg)](https://microbadger.com/images/loeffelhardt/php:8.3-alpine3.22 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.22/8.3/Dockerfile) |
34+
| [loeffelhardt/php:8.4-alpine3.21](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.4-alpine3.21) | 8.4.13 | Alpine 3.21 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.4-alpine3.21.svg)](https://microbadger.com/images/loeffelhardt/php:8.4-alpine3.21 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.21/8.4/Dockerfile) |
35+
| [loeffelhardt/php:8.3-alpine3.21](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.3-alpine3.21) | 8.3.26 | Alpine 3.21 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.3-alpine3.21.svg)](https://microbadger.com/images/loeffelhardt/php:8.3-alpine3.21 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.21/8.3/Dockerfile) |
3936
| [loeffelhardt/php:8.4-alpine3.20](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.4-alpine3.20) | 8.4.8 | Alpine 3.20 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.4-alpine3.20.svg)](https://microbadger.com/images/loeffelhardt/php:8.4-alpine3.20 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.20/8.4/Dockerfile) |
4037
| [loeffelhardt/php:8.3-alpine3.20](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.3-alpine3.20) | 8.3.17 | Alpine 3.20 | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.3-alpine3.20.svg)](https://microbadger.com/images/loeffelhardt/php:8.3-alpine3.20 "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/alpine/3.20/8.3/Dockerfile) |
4138
| [loeffelhardt/php:8.4-debian](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.4-debian) | 8.4.11 | Debian "bullseye" | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.4-debian.svg)](https://microbadger.com/images/loeffelhardt/php:8.4-debian "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/debian/bullseye/8.4/Dockerfile) |
42-
| [loeffelhardt/php:8.3-debian](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.3-debian) | 8.3.23 | Debian "bullseye" | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.3-debian.svg)](https://microbadger.com/images/loeffelhardt/php:8.3-debian "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/debian/bullseye/8.3/Dockerfile) |
39+
| [loeffelhardt/php:8.3-debian](https://hub.docker.com/r/loeffelhardt/php/tags?name=8.3-debian) | 8.3.24 | Debian "bullseye" | [![](https://images.microbadger.com/badges/image/loeffelhardt/php:8.3-debian.svg)](https://microbadger.com/images/loeffelhardt/php:8.3-debian "Get your own image badge on microbadger.com") | [:link:](https://github.com/loeffelhardt/el-docker-php/blob/master/debian/bullseye/8.3/Dockerfile) |
4340
## How to use
4441

4542
### Pull image
@@ -138,6 +135,7 @@ Installed extensions
138135
[x] phar
139136
[x] posix
140137
[ ] pspell
138+
[x] random
141139
[x] readline
142140
[x] reflection
143141
[x] session
@@ -166,23 +164,29 @@ Installed extensions
166164
167165
Disabled extensions
168166
====================
169-
[ ] blackfire 1.92.28
170-
[ ] newrelic 11.10.0.24
171-
[ ] pcov 1.0.11
172-
[ ] tideways 5.22.2
173-
[ ] xhprof 2.3.9
167+
[ ] amqp 2.1.2
168+
[ ] blackfire 1.87.1~linux-musl-x64-non_zts82
169+
[ ] excimer 1.2.5
170+
[ ] newrelic 12.1.0.26
171+
[ ] otel
172+
[ ] pcov 1.0.12
173+
[ ] tideways 5.30.0-252e30b
174+
[ ] xhprof 2.3.10
174175
175176
INSTALLED PACKAGES, CHANNEL PECL.PHP.NET:
176177
=========================================
177178
PACKAGE VERSION STATE
178-
apcu 5.1.22 stable
179-
pcov 1.0.11 stable
180-
redis 5.3.7 stable
181-
xdebug 3.2.2 stable
182-
xhprof 2.3.9 stable
179+
amqp 2.1.2 stable
180+
apcu 5.1.27 stable
181+
excimer 1.2.5 stable
182+
pcov 1.0.12 stable
183+
redis 6.2.0 stable
184+
xdebug 3.4.7 stable
185+
xhprof 2.3.10 stable
186+
183187
Composer
184188
====================
185-
Composer version 2.8.10
189+
Composer version 2.8.12 2025-09-19 13:41:59
186190
```
187191
##### Run the following to get the report
188192
```bash

alpine/3.19/8.1/Dockerfile

Lines changed: 0 additions & 221 deletions
This file was deleted.

0 commit comments

Comments
 (0)