Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 735 Bytes

HELP.md

File metadata and controls

27 lines (20 loc) · 735 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 qonstrukt/php:8.3-v8-slim-apache sudo bash
    apt update
    apt search --names-only php8.3-zip
  • Pay attention of extensions installed by pickle (not listed on apt repo)

Compare list extensions between versions

diff -q ./extensions/core ./extensions/8.4