{"id":18311634,"url":"https://github.com/nemke/docker-images","last_synced_at":"2026-04-16T19:06:30.675Z","repository":{"id":75379351,"uuid":"44025525","full_name":"nemke/docker-images","owner":"nemke","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-27T18:08:44.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T06:19:27.070Z","etag":null,"topics":["centos6","centos7","docker","lemp","mysql","nginx","php","php7"],"latest_commit_sha":null,"homepage":null,"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/nemke.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":"2015-10-10T19:41:51.000Z","updated_at":"2018-11-06T09:27:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7cd22b1-8890-4469-a072-d68bef1d86cc","html_url":"https://github.com/nemke/docker-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/nemke%2Fdocker-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemke%2Fdocker-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemke%2Fdocker-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemke%2Fdocker-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nemke","download_url":"https://codeload.github.com/nemke/docker-images/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036066,"owners_count":21037092,"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":["centos6","centos7","docker","lemp","mysql","nginx","php","php7"],"created_at":"2024-11-05T16:18:51.822Z","updated_at":"2026-04-16T19:06:30.611Z","avatar_url":"https://github.com/nemke.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\n\tdocker-images\n\u003c/h1\u003e\n\n\u003ch2\u003e\n\tRequirements:\n\u003c/h2\u003e\n\u003cul\u003e\n\t\u003cli\u003edocker\u003c/li\u003e\n\t\u003cli\u003edocker-compose\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003e\n\tCentos 6 Images\n\u003c/h2\u003e\n\u003cp\u003e\n\tEvery image is dependent on centos6/base image, so it need to be compiled first.\n\u003c/p\u003e\n\u003ccode\u003e\n\tcd centos6/base \u0026\u0026 docker build -t centos6/base .\n\u003c/code\u003e\n\n\u003cp\u003e\n\tAfter that you can compile any of images you need:\n\u003c/p\u003e\n\u003cul\u003e\n\t\u003cli\u003e\n\t\t\u003cp\u003e\n\t\t\tNginx 1.99 image:\n\t\t\u003c/p\u003e\n\t\t\u003ccode\u003e\n\t\t\tcd centos6/nginx \u0026\u0026 docker build -t centos6/nginx .\n\t\t\u003c/code\u003e\n\t\u003c/li\u003e\n\t\u003cli\u003e\n\t\t\u003cp\u003e\n\t\t\tPHP 5.6 image:\n\t\t\u003c/p\u003e\n\t\t\u003ccode\u003e\n\t\t\tcd centos6/php56 \u0026\u0026 docker build -t centos6/php56 .\n\t\t\u003c/code\u003e\n\t\u003c/li\u003e\n\t\u003cli\u003e\n\t\t\u003cp\u003e\n\t\t\tPHP 7.0 image:\n\t\t\u003c/p\u003e\n\t\t\u003ccode\u003e\n\t\t\tcd centos6/php70 \u0026\u0026 docker build -t centos6/php70 .\n\t\t\u003c/code\u003e\n\t\u003c/li\u003e\n\t\u003cli\u003e\n\t\t\u003cp\u003e\n\t\t\tMySQL 5.6 image:\n\t\t\u003c/p\u003e\n\t\t\u003ccode\u003e\n\t\t\tcd centos6/mysql56 \u0026\u0026 docker build -t centos6/mysql56 .\n\t\t\u003c/code\u003e\n\t\u003c/li\u003e\n\t\u003cli\u003e\n\t\t\u003cp\u003e\n\t\t\tNginx 1.99/PHP FPM 5.6 image:\n\t\t\u003c/p\u003e\n\t\t\u003ccode\u003e\n\t\t\tcd centos6/nginx-php-fpm56 \u0026\u0026 docker build -t centos6/nginx-php-fpm56 .\n\t\t\u003c/code\u003e\n\t\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemke%2Fdocker-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnemke%2Fdocker-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemke%2Fdocker-images/lists"}