Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Mar 11, 2024
1 parent f1057bb commit fe4dc70
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 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.11.2-8.2.3:v2
docker pull ghcr.io/elecena/python-php:3.12.2-8.2.16
```

```
$ docker images | head
REPOSITORY TAG IMAGE ID CREATED SIZE
elecena/python-php latest ff36428b8c54 2 seconds ago 123MB
REPOSITORY TAG IMAGE ID CREATED SIZE
elecena/python-php latest f36a573282ee 1 second ago 122MB
```

## Installed software
Expand All @@ -21,15 +21,14 @@ elecena/python-php latest ff36428b8c54 2 seconds ago 123MB
$ docker run -it elecena/python-php sh info.sh
### Python
Python 3.11.2
virtualenv 20.21.0 from /usr/local/lib/python3.11/site-packages/virtualenv/__init__.py
Python 3.12.2
virtualenv 20.25.1 from /usr/local/lib/python3.12/site-packages/virtualenv/__init__.py
### PHP
PHP 8.2.3 (cli) (built: Feb 14 2023 20:48:45) (NTS)
PHP 8.2.16 (cli) (built: Feb 16 2024 22:19:12) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.3, Copyright (c) Zend Technologies
with Zend OPcache v8.2.3, Copyright (c), by Zend Technologies
Composer version 2.5.4 2023-02-15 13:10:06
Zend Engine v4.2.16, Copyright (c) Zend Technologies
with Zend OPcache v8.2.16, Copyright (c), by Zend Technologies
Composer version 2.7.1 2024-02-09 15:26:28
[PHP Modules]
bz2
calendar
Expand All @@ -41,7 +40,6 @@ dom
exif
fileinfo
filter
ftp
hash
iconv
json
Expand Down Expand Up @@ -77,7 +75,6 @@ xsl
yaml
Zend OPcache
zlib
[Zend Modules]
Zend OPcache
```

0 comments on commit fe4dc70

Please sign in to comment.