Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Nov 22, 2024
1 parent 461da63 commit 2f6f458
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 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.12.6-8.3.11
docker pull ghcr.io/elecena/python-php:3.13.0-8.4.1
```

```
$ docker images | head
REPOSITORY TAG IMAGE ID CREATED SIZE
elecena/python-php latest cc8673ddac56 1 second ago 122MB
elecena/python-php latest e831b83d3f79 1 second ago 125MB
```

## Installed software
Expand All @@ -21,16 +21,17 @@ elecena/python-php latest cc8673ddac56 1 second ago 122MB
$ docker run -it elecena/python-php sh info.sh
### Python
Python 3.12.6
virtualenv 20.26.4 from /usr/local/lib/python3.12/site-packages/virtualenv/__init__.py
Python 3.13.0
virtualenv 20.27.1 from /usr/local/lib/python3.13/site-packages/virtualenv/__init__.py
### PHP
PHP 8.3.11 (cli) (built: Sep 7 2024 01:00:59) (NTS)
PHP 8.4.1 (cli) (built: Nov 21 2024 17:58:21) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.11, Copyright (c) Zend Technologies
with Zend OPcache v8.3.11, Copyright (c), by Zend Technologies
Composer version 2.7.9 2024-09-04 14:43:28
PHP version 8.3.11 (/usr/bin/php)
Built by https://github.com/docker-library/php
Zend Engine v4.4.1, Copyright (c) Zend Technologies
with Zend OPcache v8.4.1, Copyright (c), by Zend Technologies
Composer version 2.8.3 2024-11-17 13:13:04
PHP version 8.4.1 (/usr/bin/php)
Run the "diagnose" command to get more detailed diagnostics output.
[PHP Modules]
bz2
Expand Down

0 comments on commit 2f6f458

Please sign in to comment.