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 f5e5642 commit 286f151
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 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.2-8.2.16
docker pull ghcr.io/elecena/python-php:3.12.2-8.3.3
```

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

## Installed software
Expand All @@ -23,11 +23,12 @@ $ docker run -it elecena/python-php sh info.sh
### Python
Python 3.12.2
virtualenv 20.25.1 from /usr/local/lib/python3.12/site-packages/virtualenv/__init__.py
### PHP
PHP 8.2.16 (cli) (built: Feb 16 2024 22:19:12) (NTS)
PHP 8.3.3 (cli) (built: Feb 16 2024 21:25:21) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.16, Copyright (c) Zend Technologies
with Zend OPcache v8.2.16, Copyright (c), by Zend Technologies
Zend Engine v4.3.3, Copyright (c) Zend Technologies
with Zend OPcache v8.3.3, Copyright (c), by Zend Technologies
Composer version 2.7.1 2024-02-09 15:26:28
[PHP Modules]
bz2
Expand Down Expand Up @@ -75,6 +76,7 @@ xsl
yaml
Zend OPcache
zlib
[Zend Modules]
Zend OPcache
```

0 comments on commit 286f151

Please sign in to comment.