{"id":20663240,"url":"https://github.com/sitepilot/docker-lsphp","last_synced_at":"2026-04-24T13:01:20.122Z","repository":{"id":201006182,"uuid":"704099918","full_name":"sitepilot/docker-lsphp","owner":"sitepilot","description":"Docker LSPHP (LSAPI + PHP) is a collection of optimized and extensible container images for running PHP applications in production.","archived":false,"fork":false,"pushed_at":"2023-10-19T14:17:29.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"1.x","last_synced_at":"2025-04-21T09:55:05.888Z","etag":null,"topics":["docker","litespeed","lsphp","openlitespeed","php","ubuntu"],"latest_commit_sha":null,"homepage":"https://sitepilot.io","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sitepilot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-12T14:33:57.000Z","updated_at":"2024-02-11T20:34:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b1dbdb6-bccf-49be-bba2-18d9ff4c8980","html_url":"https://github.com/sitepilot/docker-lsphp","commit_stats":null,"previous_names":["sitepilot/docker-lsphp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sitepilot/docker-lsphp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitepilot%2Fdocker-lsphp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitepilot%2Fdocker-lsphp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitepilot%2Fdocker-lsphp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitepilot%2Fdocker-lsphp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sitepilot","download_url":"https://codeload.github.com/sitepilot/docker-lsphp/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitepilot%2Fdocker-lsphp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32224413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","litespeed","lsphp","openlitespeed","php","ubuntu"],"created_at":"2024-11-16T19:17:05.912Z","updated_at":"2026-04-24T13:01:20.090Z","avatar_url":"https://github.com/sitepilot.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker LSPHP\n\nDocker LSPHP (LSAPI + PHP) is a collection of optimized and extensible container images for running PHP applications in\nproduction.\n\nAll images are based on our [Docker Runtime](https://github.com/sitepilot/docker-runtime) image, an optimized and\nextensible Ubuntu container image.\n\n## Usage\n\nThis repository creates several variations of Docker images, enabling you to select precisely what you require. Just\nutilize this image naming pattern in any of your projects:\n\n```bash\nghcr.io/sitepilot/lsphp-{{variation-name}}:{{lsphp-version}}\n```\n\nFor example, if you wish to run **LSPHP 8.2** with **OpenLiteSpeed**, use the following image name:\n\n```bash\nghcr.io/sitepilot/lsphp-ols:8.1\n```\n\n## Customize an image\n\nTo customize an image and avoid potential breaking changes in your container builds, use the following image naming\npattern in your Dockerfile:\n\n```Dockerfile\nFROM ghcr.io/sitepilot/lsphp-{{variation-name}}:{{runtime-version}}-{{lsphp-version}}\n```\n\nFor example, if you wish to customize the **LSPHP 8.2** with **OpenLiteSpeed** image, which is built upon\nthe [Runtime V1](https://github.com/sitepilot/docker-runtime/tree/1.x) image (Ubuntu 22.04 LTS), include the\nfollowing `FROM` line in your Dockerfile:\n\n```Dockerfile\nFROM ghcr.io/sitepilot/lsphp-ols:v1-8.2\n```\n\n## Variations\n\nThe following Docker image variations are available:\n\n* LSPHP CLI - `ghcr.io/sitepilot/lsphp-cli:{{version}}`\n* LSPHP \u0026 OpenLiteSpeed - `ghcr.io/sitepilot/lsphp-ols:{{version}}`\n\n## Versions\n\nThe following LSPHP versions variations are available:\n\n* LSPHP 7.4\n* LSPHP 8.0\n* LSPHP 8.1\n* LSPHP 8.2\n\nYou can find a list of installed extensions for each LSPHP version [here](./src/packages).\n\n## Environment\n\nThe following environment variables are available to modify the configuration of an image:\n\n| Name                      | Value   | LSPHP-OLS | LSPHP-CLI |\n|---------------------------|---------|-----------|-----------|\n| `PHP_DATE_TIMEZONE`       | `UTC`   | ✅         | ✅         |\n| `PHP_MEMORY_LIMIT`        | `256M`  | ✅         | ✅         |\n| `PHP_MAX_EXECUTION_TIME`  | `300`   | ✅         | ✅         |\n| `PHP_MAX_INPUT_VARS`      | `10000` | ✅         | ✅         |\n| `PHP_POST_MAX_SIZE`       | `100M`  | ✅         |           |\n| `PHP_UPLOAD_MAX_FILESIZE` | `100M`  | ✅         |           |\n| `OLS_PUBLIC_DIR`          | -       | ✅         |           |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitepilot%2Fdocker-lsphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsitepilot%2Fdocker-lsphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitepilot%2Fdocker-lsphp/lists"}