{"id":20663226,"url":"https://github.com/sitepilot/containers","last_synced_at":"2026-02-25T02:31:07.593Z","repository":{"id":237407027,"uuid":"794141966","full_name":"sitepilot/containers","owner":"sitepilot","description":"A collection of optimized and extensible container images for running web applications in production.","archived":false,"fork":false,"pushed_at":"2025-02-20T13:07:46.000Z","size":83,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"2.x","last_synced_at":"2025-06-03T11:16:49.747Z","etag":null,"topics":["docker","nginx","openlitespeed","php","ubuntu"],"latest_commit_sha":null,"homepage":"https://sitepilot.io","language":"Shell","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-30T14:32:18.000Z","updated_at":"2025-02-20T13:07:50.000Z","dependencies_parsed_at":"2025-04-19T15:55:07.194Z","dependency_job_id":"5db4686a-eb07-4318-a2e2-5fcf8a15d4b3","html_url":"https://github.com/sitepilot/containers","commit_stats":null,"previous_names":["sitepilot/containers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sitepilot/containers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitepilot%2Fcontainers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitepilot%2Fcontainers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitepilot%2Fcontainers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitepilot%2Fcontainers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sitepilot","download_url":"https://codeload.github.com/sitepilot/containers/tar.gz/refs/heads/2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitepilot%2Fcontainers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29809086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"online","status_checked_at":"2026-02-25T02:00:07.329Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","nginx","openlitespeed","php","ubuntu"],"created_at":"2024-11-16T19:17:03.758Z","updated_at":"2026-02-25T02:31:07.577Z","avatar_url":"https://github.com/sitepilot.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Container Image Library\n\nThis repository contains a collection of optimized and extensible container images for running web applications in\nproduction. All images are based on our [Runtime](./src/runtime) image, which is an optimized and extensible Ubuntu\n24.04 LTS container image.\n\n## Usage\n\nThe recommended way to get any of our images is to pull the prebuilt image from the GitHub Registry:\n\n```bash\ndocker run ghcr.io/sitepilot/image:tag\n```\n\nFor example, if you wish to run **PHP 8.3** with **PHP-FPM** \u0026 **NGINX**, use the following image:\n\n```bash\ndocker run --rm ghcr.io/sitepilot/php:8.3-fpm-nginx\n```\n\n## Customization\n\nTo use an image as a base image and avoid potential breaking changes in your container builds, use the following\nimage naming pattern in your `Dockerfile`:\n\n```Dockerfile\nFROM ghcr.io/sitepilot/image:tag-branch\n```\n\nFor example, if you wish to customize the **PHP 8.3** with **FPM** \u0026 **NGINX** image:\n\n```Dockerfile\nFROM ghcr.io/sitepilot/php:8.3-fpm-nginx-2.x\n```\n\n## Images\n\nThe following container images are available:\n\n| Image                                    | Variation | Tags                                                                      | Description                                                                                                                                                            |\n|------------------------------------------|-----------|---------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ghcr.io/sitepilot/php](./src/php-cli)   | cli       | 7.4, 8.0, 8.1, 8.2, 8.3                                                   | If you need to execute a quick command with tools like Composer, WPCLI or run a PHP script exclusively in the command line, this could be an excellent option for you. |\n| [ghcr.io/sitepilot/php](./src/php-nginx) | fpm-nginx | 7.4-fpm-nginx, 8.0-fpm-nginx, 8.1-fpm-nginx, 8.2-fpm-nginx, 8.3-fpm-nginx | Ideal for running Laravel or similar applications. It allows NGINX to serve static content efficiently while routing PHP requests to PHP-FPM.                          |\n| [ghcr.io/sitepilot/php](./src/php-ols)   | fpm-ols   | 7.4-fpm-ols, 8.0-fpm-ols, 8.1-fpm-ols, 8.2-fpm-ols, 8.3-fpm-ols           | Ideal for running WordPress or similar applications. It allows OpenLiteSpeed to serve static (and cached) content efficiently while routing PHP requests to PHP-FPM.   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitepilot%2Fcontainers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsitepilot%2Fcontainers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitepilot%2Fcontainers/lists"}