{"id":26022759,"url":"https://github.com/yunussandikci/docker-wordpress-sqlite","last_synced_at":"2025-07-10T08:42:20.182Z","repository":{"id":278966472,"uuid":"937202619","full_name":"yunussandikci/docker-wordpress-sqlite","owner":"yunussandikci","description":"Wordpress Docker Images with built-in SQLite Support","archived":false,"fork":false,"pushed_at":"2025-03-05T21:23:56.000Z","size":14,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T22:30:46.681Z","etag":null,"topics":["docker","sqlite","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yunussandikci.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}},"created_at":"2025-02-22T15:25:57.000Z","updated_at":"2025-03-05T21:24:00.000Z","dependencies_parsed_at":"2025-02-22T21:24:52.644Z","dependency_job_id":"45014d9f-7529-4ea2-aef0-4ae0575190aa","html_url":"https://github.com/yunussandikci/docker-wordpress-sqlite","commit_stats":null,"previous_names":["yunussandikci/docker-wordpress-sqlite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunussandikci%2Fdocker-wordpress-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunussandikci%2Fdocker-wordpress-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunussandikci%2Fdocker-wordpress-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunussandikci%2Fdocker-wordpress-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yunussandikci","download_url":"https://codeload.github.com/yunussandikci/docker-wordpress-sqlite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242189959,"owners_count":20086669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","sqlite","wordpress"],"created_at":"2025-03-06T10:26:21.552Z","updated_at":"2025-03-06T10:26:22.040Z","avatar_url":"https://github.com/yunussandikci.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Docker Images with SQLite Support\n\u003e Always up-to-date WordPress Docker images with built-in SQLite support\u003cbr\u003e\n\n[![License: GPL v2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)\n[![Multi-Architecture Support](https://img.shields.io/badge/arch-linux%2Famd64-green)](https://github.com/yunussandikci/docker-wordpress-sqlite/pkgs/container/wordpress-sqlite)\n[![Multi-Architecture Support](https://img.shields.io/badge/arch-linux%2Farm64%2Fv7-green)](https://github.com/yunussandikci/docker-wordpress-sqlite/pkgs/container/wordpress-sqlite)\n[![Multi-Architecture Support](https://img.shields.io/badge/arch-linux%2Famd64%2Fv8-green)](https://github.com/yunussandikci/docker-wordpress-sqlite/pkgs/container/wordpress-sqlite)\n\nThis repository provides always up-to-date WordPress Docker images with SQLite support, making it the best choice for quick development, testing, and small-scale deployments. [Check all available docker images!](https://github.com/yunussandikci/docker-wordpress-sqlite/pkgs/container/wordpress-sqlite/versions)\n\n\u003cimg src=\"https://github.com/user-attachments/assets/79f287b9-ef4d-4b12-b9a6-fbb5152d5517\"  width=\"600\"/\u003e\n\n## ✨ Features \n\n- **SQLite Integration**: WordPress is pre-configured to use SQLite as the database, thanks to the [SQLite Database Integration Plugin](https://github.com/WordPress/sqlite-database-integration). No extra setup required!\n- **Automated Builds**: Docker images are automatically built and pushed to the GitHub Container Registry (`ghcr.io`) whenever new WordPress tags are released.\n- **Multi-Architecture Support**: Images are built for multiple architectures ensuring compatibility across a wide range of systems.\n  - `linux/amd64`, `linux/arm/v7`, `linux/arm64/v8` \n- **Minimalistic**: Only WordPress and the SQLite plugin are included—nothing extra. Lightweight and efficient!\n\n## 🚀 Usage\nTo run the container, use the following command:\n\n```bash\ndocker run -d -p 8080:80 ghcr.io/yunussandikci/wordpress-sqlite:6.7.2-php8.3-apache\n```\n\nThis will start a WordPress instance with SQLite as the database, accessible at `http://localhost:8080`.\n\n## 🏷️ Available Tags\n\nThe available tags correspond to the official WordPress Docker tags. You can find the list of supported tags in the [tags.txt](tags.txt) file.\n\n## 🤝 Contributing \n\nWe welcome contributions! If you'd like to contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix.\n3. Make your changes and commit them with a clear commit message.\n4. Push your changes to your fork.\n5. Submit a pull request to the `main` branch of this repository.\n\nPlease ensure your code follows the existing style and includes appropriate tests if applicable.\n\n## 🙏 Acknowledgments \n\n- [WordPress](https://wordpress.org/) for the amazing CMS.\n- [SQLite Database Integration Plugin](https://github.com/WordPress/sqlite-database-integration) for enabling SQLite support in WordPress.\n\n## ❤️ Support ❤️\n\nIf you encounter any issues or have questions, please open an issue in the [GitHub repository](https://github.com/yunussandikci/wordpress-sqlite/issues).\n\n## 📄 License \n\nThis project is licensed under the GPL-2.0 License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunussandikci%2Fdocker-wordpress-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunussandikci%2Fdocker-wordpress-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunussandikci%2Fdocker-wordpress-sqlite/lists"}