{"id":28390848,"url":"https://github.com/proboci/docker-lamp","last_synced_at":"2026-02-10T21:02:10.422Z","repository":{"id":145826333,"uuid":"142470668","full_name":"ProboCI/docker-lamp","owner":"ProboCI","description":null,"archived":false,"fork":false,"pushed_at":"2018-11-16T16:21:19.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-01T01:26:50.753Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProboCI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-07-26T17:07:31.000Z","updated_at":"2018-11-16T16:21:21.000Z","dependencies_parsed_at":"2023-04-27T12:32:24.343Z","dependency_job_id":null,"html_url":"https://github.com/ProboCI/docker-lamp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ProboCI/docker-lamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProboCI%2Fdocker-lamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProboCI%2Fdocker-lamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProboCI%2Fdocker-lamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProboCI%2Fdocker-lamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProboCI","download_url":"https://codeload.github.com/ProboCI/docker-lamp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProboCI%2Fdocker-lamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29316375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2025-05-31T06:42:59.062Z","updated_at":"2026-02-10T21:02:10.397Z","avatar_url":"https://github.com/ProboCI.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Probo Image Builder 2000\nThis  project was created to use a Dockerfile and automated build on the Docker Hub to create Docker images for Probo.CI.\nThis project also uses Docker image inheritance to build automated image builds from upstream repos on the Docker Hub.\n\n## Image Testing\nDocker images should be tested to ensure that all advertised services and installed applications are available and working properly on each image.\n\nBelow you can find commands to build each image tag manually for testing purposes.\n\nOnce tested, changes to the Dockerfile can be pushed to the Docker Hub to kick off a new automated build.\n\nImages can be built manually from the root of the repository using the -f parameter to specify the Dockerfile to build the image from.\n\n**Note:** There are some files doubled up that I would have liked to make some sort of shared files, but due to the way that the Docker Hub works to generated automated builds I don't think it will work the way I wanted.\n\n### Build Ubuntu Images\nCurrently we are only building Ubuntu images, but this automated format of building images on the Docker Hub will allow us to extend our image library to other Linux distributions and other types of images.\n\n#### Ubuntu 14.04\nBelow you can find the commands to manually build the following Ubuntu 14.04 images that are compatible with Probo.CI:\n  - `proboci/lamp:ubuntu14.04-apache2.4-mysql5.5-php5.6`\n  - `proboci/lamp:ubuntu14.04-apache2.4-mysql5.5-php7.0`\n  - `proboci/lamp:ubuntu14.04-apache2.4-mysql5.5-php7.1`\n  - `proboci/lamp:ubuntu14.04-apache2.4-mysql5.5-php7.2`\n\n**Note:** These images will be rebuilt automatically when changes are pushed to the master branch.\n\n#### Apache 2.4, MySQL 5.5, PHP 5.6\n\n    docker build -t proboci/lamp:ubuntu14.04-apache2.4-mysql5.5-php5.6 -f ubuntu/14.04/mysql/5.5/php/5.6/Dockerfile .\n\n#### Apache 2.4, MySQL 5.5, PHP 7.0\n\n    docker build -t proboci/lamp:ubuntu14.04-apache2.4-mysql5.5-php7.0 -f ubuntu/14.04/mysql/5.5/php/7.0/Dockerfile .\n\n#### Apache 2.4, MySQL 5.5, PHP 7.1\n\n    docker build -t proboci/lamp:ubuntu14.04-apache2.4-mysql5.5-php7.1 -f ubuntu/14.04/mysql/5.5/php/7.1/Dockerfile .\n\n#### Apache 2.4, MySQL 5.5, PHP 7.2\n\n    docker build -t proboci/lamp:ubuntu14.04-apache2.4-mysql5.5-php7.2 -f ubuntu/14.04/mysql/5.5/php/5.6/Dockerfile .\n\n#### Ubuntu 16.04\nBelow you can find the commands to manually build the following Ubuntu 16.04 images that are compatible with Probo.CI:\n  - `proboci/lamp:ubuntu16.04-apache2.4-mysql5.7-php7.0`\n  - `proboci/lamp:ubuntu16.04-apache2.4-mysql5.7-php7.1`\n  - `proboci/lamp:ubuntu16.04-apache2.4-mysql5.7-php7.2`\n\n**Note:** These images will be rebuilt automatically when changes are pushed to the master branch.\n\n##### Apache 2.4, MySQL 5.7, PHP 7.0\n\n    docker build -t proboci/lamp:ubuntu16.04-apache2.4-mysql5.7-php7.0 -f ubuntu/16.04/mysql/5.7/php/7.0/Dockerfile .\n\n##### Apache 2.4, MySQL 5.7, PHP 7.1\n\n    docker build -t proboci/lamp:ubuntu16.04-apache2.4-mysql5.7-php7.1 -f ubuntu/16.04/mysql/5.7/php/7.1/Dockerfile .\n\n##### Apache 2.4, MySQL 5.7, PHP 7.2\n\n    docker build -t proboci/lamp:ubuntu16.04-apache2.4-mysql5.7-php7.2 -f ubuntu/16.04/mysql/5.7/php/7.2/Dockerfile .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproboci%2Fdocker-lamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproboci%2Fdocker-lamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproboci%2Fdocker-lamp/lists"}