{"id":15145577,"url":"https://github.com/prestashop/docker-internal-images","last_synced_at":"2025-10-19T16:32:12.097Z","repository":{"id":26038785,"uuid":"62871336","full_name":"PrestaShop/docker-internal-images","owner":"PrestaShop","description":"Docker images with PrestaShop pre-installed and MySQL included","archived":false,"fork":false,"pushed_at":"2023-01-11T16:57:05.000Z","size":84,"stargazers_count":12,"open_issues_count":0,"forks_count":13,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-01-29T21:23:47.637Z","etag":null,"topics":["docker","docker-images","hacktoberfest","prestashop"],"latest_commit_sha":null,"homepage":"","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/PrestaShop.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}},"created_at":"2016-07-08T08:20:29.000Z","updated_at":"2024-12-26T16:56:29.000Z","dependencies_parsed_at":"2023-01-14T03:55:05.358Z","dependency_job_id":null,"html_url":"https://github.com/PrestaShop/docker-internal-images","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fdocker-internal-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fdocker-internal-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fdocker-internal-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fdocker-internal-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrestaShop","download_url":"https://codeload.github.com/PrestaShop/docker-internal-images/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237172117,"owners_count":19266614,"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","docker-images","hacktoberfest","prestashop"],"created_at":"2024-09-26T11:40:57.675Z","updated_at":"2025-10-19T16:32:12.085Z","avatar_url":"https://github.com/PrestaShop.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Internal images\n\nThis repository provides additional Docker images for a quick deployment of PrestaShop.\n\n⚠️ They are not designed for running an e-commerce activity in production.\n\n## Description\n\nThese Docker files are based on the images [prestashop/prestashop](https://hub.docker.com/r/prestashop/prestashop/).\nWith the Apache + PHP server already present, a MySQL server is installed and configured for a small environment (only one user per running website) to avoid too much memory consumption.\n\nEach tag of this images has the following content:\n* PrestaShop is pre-installed during the build\n* All existing languages are being added at the same time.\n* One employee per language is created (`demo\u003ciso_code\u003e@prestashop.com`)\n* URL rewriting is enabled\n\nFor each PrestaShop major version, we chose the best compromise between reliability and speed of PHP.\n\n## Installation\n\nImages are being stored by default on Docker hub. They can be downloaded with:\n\n```bash\ndocker pull prestashop/docker-internal-images[:tag]\n```\n\nPossible values for the tag are: `9`, `8`, `1.7`, `1.6`, `1.5`, `nightly`. Not providing this parameter will fallback on the highest stable PrestaShop version.\n\n## Running this image\n\nTo run this images flawlessly on your environment, we advice you to find an available port on the host, then bind it\nto the container and the domain parameter.\n\nThis example runs a pre-installed PrestaShop 8 on the port 8003 of the local machine:\n\n```bash\ndocker run -ti -p 8003:80 \\\n  -e PS_DOMAIN=localhost:8003 \\\n  -e PS_TRUSTED_PROXIES=127.0.0.1,REMOTE_ADDR \\\n  -e PS_ENABLE_SSL=0 \\\n  prestashop/docker-internal-images:9\n\n```\n\n\n## Contributing\n\nChanges can be suggested on https://github.com/PrestaShop/docker-internal-images.\n\nDuring the development, you may try to build new local images by running the following commands:\n\n```bash\ndocker build -t prestashop/docker-internal-images:9 9\ndocker build -t prestashop/docker-internal-images:8 8\ndocker build -t prestashop/docker-internal-images:1.7 1.7\ndocker build -t prestashop/docker-internal-images:1.6 1.6\ndocker build -t prestashop/docker-internal-images:1.5 1.5\ndocker build -t prestashop/docker-internal-images:nightly nightly\n```\n\nThen follow the step \"Running this image\" to create a container from these new tags.\n\nMake sure each subfolder got the same improvement or only one tag will be updated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprestashop%2Fdocker-internal-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprestashop%2Fdocker-internal-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprestashop%2Fdocker-internal-images/lists"}