choinek/php-alpine-cli-8.3-universal

By choinek

Updated over 1 year ago

universal php 8.3 alpine cli image with composer

Image
Languages & frameworks
Developer tools
0

259

choinek/php-alpine-cli-8.3-universal repository overview

PHP 8.3 Alpine CLI Universal

Image: choinek/php-alpine-cli-8.3-universal:latest
A lightweight, production-ready PHP 8.3 CLI image based on Alpine Linux, optimized for performance and flexibility.


Features

Base Image: PHP 8.3 on Alpine Linux
Pre-installed PHP Extensions:

  • simplexml
  • xml
  • mbstring
  • intl
  • pcntl

Composer: Latest version included
Minimal Footprint: Unnecessary build dependencies removed
Optimized for Development & CI/CD


Usage

Pull the Image
docker pull choinek/php-alpine-cli-8.3-universal:latest
Run a Container
docker run --rm -it choinek/php-alpine-cli-8.3-universal:latest sh
Using Composer
docker run --rm -v $(pwd):/app choinek/php-alpine-cli-8.3-universal:latest composer install

Ideal For

  • Lightweight PHP CLI applications
  • Running Composer in isolated environments
  • CI/CD pipelines
  • Development and testing

Contribute & Issues

Report issues or contribute at GitHub choinek/docker (if applicable).

Tag summary

Content type

Image

Digest

sha256:b64560050

Size

129.1 MB

Last updated

over 1 year ago

docker pull choinek/php-alpine-cli-8.3-universal