Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 931 Bytes

HELP.md

File metadata and controls

30 lines (22 loc) · 931 Bytes

HELP

Need help

  • Script who test all available extensions in one pass
  • BuildKit is now use without trouble, for extend it, use of docker buildx bake may helpful
  • We need lighten the images
  • Link and document one tool who help create packaged app with the slim image

Tips

How to test extensions available

  • Build the slim image
  • Run it with docker and try extensions with follow commands
    docker run -it --rm thecodingmachine/php:8.1-v4-slim-apache sudo bash
    apt-get update
    apt-cache search --names-only php8.1-zip
  • Pay attention of extensions installed by pickle (not listed on apt repo)

Some links with information updated :

Compare list extensions between versions

diff -q ./extensions/core ./extensions/8.0