{"id":20887712,"url":"https://github.com/opsway/docker-base","last_synced_at":"2026-04-25T10:36:40.659Z","repository":{"id":68473412,"uuid":"74570076","full_name":"opsway/docker-base","owner":"opsway","description":"Base docker image for magento dev and test containers","archived":false,"fork":false,"pushed_at":"2016-12-01T15:13:06.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-12-26T21:59:45.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://quay.io/repository/opsway/base","language":"Shell","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/opsway.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":"2016-11-23T11:25:31.000Z","updated_at":"2017-02-01T15:08:51.000Z","dependencies_parsed_at":"2023-03-31T11:20:57.984Z","dependency_job_id":null,"html_url":"https://github.com/opsway/docker-base","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/opsway/docker-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Fdocker-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Fdocker-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Fdocker-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Fdocker-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opsway","download_url":"https://codeload.github.com/opsway/docker-base/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Fdocker-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32259472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: 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":"2024-11-18T08:22:11.393Z","updated_at":"2026-04-25T10:36:40.653Z","avatar_url":"https://github.com/opsway.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker base image\n\n\u003e **WARNING**: this image used only for dev and test containers. It's not ready for production usage! You need to change configuration for mysql and nginx if you want use this image on production.\n\n### Usage\n\n```bash\ndocker run -it -p 80:80 quay.io/opsway/base\n```\n\n\u003e **Hint**: if you want run some command in container, just add it at the end of `docker run` (after image name)\n\n### Build image on this base\n\nYou need create following structure:\n\n```\n./\n|\n|-- docker/\n|         |\n|         |-- init.sql - your db dump\n|         |-- etc/nginx/conf.d/main.conf - your site configuration\n|\n|-- public/\n|         |\n|         |-- index.php - All your app must be in ./public dir\n|\n|-- Dockerfile\n```\n\nAnd following `Dockerfile`:\n\n```\nFROM quay.io/opsway/base\nMAINTAINER Your Name \u003cyour@email.com\u003e\n\n# Basic auth (configured in /etc/nginx/conf.d/main.conf)\nENV HTTP_AUTH_USER=magento\nENV HTTP_AUTH_PASSWORD=magento\nENV HTTP_AUTH_SALT=\"$someR@nd0msTR!N6\"\n\n# MySQL info (user: root)\nENV MYSQL_PASSWORD=password\nENV MYSQL_DATABASE=magento\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsway%2Fdocker-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopsway%2Fdocker-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsway%2Fdocker-base/lists"}