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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# elecena.pl (c) 2015-2026

# https://hub.docker.com/_/composer
FROM composer:2.10.1 AS php-composer
FROM composer:2.10.2 AS php-composer
RUN /usr/bin/composer -v

#
Expand Down
17 changes: 9 additions & 8 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.
https://github.com/elecena/python-php/pkgs/container/python-php

```
docker pull ghcr.io/elecena/python-php:3.14.6-8.5.7
docker pull ghcr.io/elecena/python-php:3.14.6-8.5.8
```

```
$ docker images | head
REPOSITORY TAG IMAGE ID CREATED SIZE
elecena/python-php latest b62e5cc7e948 1 second ago 125MB
elecena/python-php latest 53c7962d415c 1 second ago 127MB
```

## Installed software
Expand All @@ -21,16 +21,17 @@ elecena/python-php latest b62e5cc7e948 1 second a
$ docker run -it elecena/python-php sh info.sh
### Python
Python 3.14.6
virtualenv 21.5.1 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
virtualenv 21.6.1 from /usr/local/lib/python3.14/site-
packages/virtualenv/__init__.py

### PHP
PHP 8.5.7 (cli) (built: Jun 16 2026 00:17:14) (NTS)
PHP 8.5.8 (cli) (built: Jul 6 2026 16:50:20) (NTS)
Copyright (c) The PHP Group
Built by https://github.com/docker-library/php
Zend Engine v4.5.7, Copyright (c) Zend Technologies
with Zend OPcache v8.5.7, Copyright (c), by Zend Technologies
Composer version 2.10.1 2026-06-04 10:25:59
PHP version 8.5.7 (/usr/bin/php)
Zend Engine v4.5.8, Copyright (c) Zend Technologies
with Zend OPcache v8.5.8, Copyright (c), by Zend Technologies
Composer version 2.10.2 2026-07-01 11:24:45
PHP version 8.5.8 (/usr/bin/php)
Run the "diagnose" command to get more detailed diagnostics output.
[PHP Modules]
bz2
Expand Down