https://github.com/jitesoft/docker-php
PHP on Alpine Linux
https://github.com/jitesoft/docker-php
alpine docker dockerimage hacktoberfest jitesoft php php-cli php-fpm
Last synced: about 1 year ago
JSON representation
PHP on Alpine Linux
- Host: GitHub
- URL: https://github.com/jitesoft/docker-php
- Owner: jitesoft
- License: mit
- Created: 2019-06-18T22:29:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T12:37:00.000Z (over 1 year ago)
- Last Synced: 2024-12-30T13:19:35.687Z (over 1 year ago)
- Topics: alpine, docker, dockerimage, hacktoberfest, jitesoft, php, php-cli, php-fpm
- Language: Shell
- Homepage: https://php.net
- Size: 365 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP
[](https://hub.docker.com/r/jitesoft/php)
[](https://opencollective.com/jitesoft-open-source)
This image contains php built from source for the alpine linux distro.
For now, the same commands as the official docker php image can be used for extensions (`docker-php-ext-enable`), these have also been added to
a shell script allowing for usage in the following format: `php-ext ` and are at the moment seen as deprecated (while no error will be produced still).
As you might notice, a lot of the extension scripts in the source is borrowed from the official PHP repository.
This is temporary and will change in the future.
## Tags:
Sources are built natively on x86_64 and aarch64 and images built as cross-architecture builds with buildx.
That is, the images are built for both amd64 and arm64.
The runtime images includes the following extra extensions: gd (jpg, webp, png), zip, imagick, gmp and redis.
These might change during its lifetime.
### DockerHub
* `jitesoft/php`
Runtime images are tagged as `-runtime-`
### GitLab
* `registry.gitlab.com/jitesoft/dockerfiles/php/fpm`
* `registry.gitlab.com/jitesoft/dockerfiles/php/cli`
* `registry.gitlab.com/jitesoft/dockerfiles/php/runtime/cli`
* `registry.gitlab.com/jitesoft/dockerfiles/php/runtime/fpm`
### GitHub
* `ghcr.io/jitesoft/php`
Runtime images are tagged as `-runtime-`
### Quay.io
* `quay.io/jitesoft/php`
Runtime images are tagged as `-runtime-`
## Image labels
This image follows the [Jitesoft image label specification 1.0.0](https://gitlab.com/snippets/1866155).
## License
Read the PHP license [here](https://www.php.net/license/index.php).
The files in this repository are released under the [MIT license](https://gitlab.com/jitesoft/dockerfiles/php/blob/master/LICENSE).
### Sponsors
Jitesoft images are built via GitLab CI on runners hosted by the following wonderful organisations:
_The companies above are not affiliated with Jitesoft or any Jitesoft Projects directly._
---
Sponsoring is vital for the further development and maintaining of open source.
Questions and sponsoring queries can be made by email.
If you wish to sponsor our projects, reach out to the email above or visit any of the following sites:
[Open Collective](https://opencollective.com/jitesoft-open-source)
[GitHub Sponsors](https://github.com/sponsors/jitesoft)
[Patreon](https://www.patreon.com/jitesoft)