Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update PHP, Python and Composer #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 10, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Update README.md
  • Loading branch information
macbre authored Sep 10, 2024
commit e7317fa2a4ad5594ba38270943fba31b659d3e7c
18 changes: 10 additions & 8 deletions 18 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.3.3
docker pull ghcr.io/elecena/python-php:3.12.6-8.3.11
```

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

## Installed software
Expand All @@ -21,15 +21,17 @@ elecena/python-php latest 9a09488cc01a 2 seconds ago 124MB
$ 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
Python 3.12.6
virtualenv 20.26.4 from /usr/local/lib/python3.12/site-packages/virtualenv/__init__.py

### PHP
PHP 8.3.3 (cli) (built: Feb 16 2024 21:25:21) (NTS)
PHP 8.3.11 (cli) (built: Sep 7 2024 01:00:59) (NTS)
Copyright (c) The PHP Group
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
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)
Run the "diagnose" command to get more detailed diagnostics output.
[PHP Modules]
bz2
calendar
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.