Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# elecena.pl (c) 2015-2025

# https://hub.docker.com/_/php
ARG PHP_VERSION=8.4.10
ARG PHP_VERSION=8.4.13

# https://hub.docker.com/_/python/
ARG PYTHON_VERSION=3.13.5
ARG PYTHON_VERSION=3.14.0

# https://hub.docker.com/_/composer
ARG COMPOSER_VERSION=2.8.9
ARG COMPOSER_VERSION=2.8.12

FROM composer:$COMPOSER_VERSION AS php-composer
RUN /usr/bin/composer -v
Expand Down
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Python and PHP under the same roof (in **under 125 MB Docker image**).
https://github.com/elecena/python-php/pkgs/container/python-php

```
docker pull ghcr.io/elecena/python-php:3.13.5-8.4.10
docker pull ghcr.io/elecena/python-php:3.14.0-8.4.13
```

```
$ docker images | head
REPOSITORY TAG IMAGE ID CREATED SIZE
elecena/python-php latest 987175347e2d 1 second ago 122MB
elecena/python-php latest adfd7d133180 1 second ago 117MB
```

## Installed software
Expand All @@ -21,17 +21,16 @@ elecena/python-php latest 987175347e2d 1 second ago 122MB
$ docker run -it elecena/python-php sh info.sh

### Python
Python 3.13.5
virtualenv 20.31.2 from /usr/local/lib/python3.13/site-packages/virtualenv/__init__.py

Python 3.14.0
virtualenv 20.35.3 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
### PHP
PHP 8.4.10 (cli) (built: Jul 3 2025 23:01:37) (NTS)
PHP 8.4.13 (cli) (built: Oct 8 2025 22:45:03) (NTS)
Copyright (c) The PHP Group
Built by https://github.com/docker-library/php
Zend Engine v4.4.10, Copyright (c) Zend Technologies
with Zend OPcache v8.4.10, Copyright (c), by Zend Technologies
Composer version 2.8.9 2025-05-13 14:01:37
PHP version 8.4.10 (/usr/bin/php)
Zend Engine v4.4.13, Copyright (c) Zend Technologies
with Zend OPcache v8.4.13, Copyright (c), by Zend Technologies
Composer version 2.8.12 2025-09-19 13:41:59
PHP version 8.4.13 (/usr/bin/php)
Run the "diagnose" command to get more detailed diagnostics output.
[PHP Modules]
bz2
Expand Down Expand Up @@ -79,7 +78,6 @@ xsl
yaml
Zend OPcache
zlib

[Zend Modules]
Zend OPcache
```