{"id":23461998,"url":"https://github.com/cslant/dev-docker-images","last_synced_at":"2026-02-17T07:54:30.218Z","repository":{"id":262489144,"uuid":"887369350","full_name":"cslant/dev-docker-images","owner":"cslant","description":"Set up the CSlant DEV Images with Docker. 🐳","archived":false,"fork":false,"pushed_at":"2026-01-30T01:57:34.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-30T16:42:25.478Z","etag":null,"topics":["cslant","cslant-docker","docker","docker-dev","docker-development","docker-images","dockerhub","dockerhub-image"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/cslant","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/cslant.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":"2024-11-12T16:16:26.000Z","updated_at":"2026-01-30T01:57:19.000Z","dependencies_parsed_at":"2024-11-12T18:21:36.902Z","dependency_job_id":"007b58b7-c3c0-42ba-a3bb-1141ffc9c522","html_url":"https://github.com/cslant/dev-docker-images","commit_stats":null,"previous_names":["cslant/dev-docker-images"],"tags_count":458,"template":false,"template_full_name":null,"purl":"pkg:github/cslant/dev-docker-images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cslant%2Fdev-docker-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cslant%2Fdev-docker-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cslant%2Fdev-docker-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cslant%2Fdev-docker-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cslant","download_url":"https://codeload.github.com/cslant/dev-docker-images/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cslant%2Fdev-docker-images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29536934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"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":["cslant","cslant-docker","docker","docker-dev","docker-development","docker-images","dockerhub","dockerhub-image"],"created_at":"2024-12-24T08:15:24.580Z","updated_at":"2026-02-17T07:54:30.207Z","avatar_url":"https://github.com/cslant.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dev-docker-images\n\nThis repo is to set up the CSlant DEV Images with Docker.\n\nWe can use this runner to update all sources for development.\n\n## Docker Hub\n\n[CSlant Docker Hub](https://hub.docker.com/r/cslant)\n\nIn this docker repository, we have built the following images:\n\n- [cslant/dev-php56](https://hub.docker.com/r/cslant/dev-php56)\n- [cslant/dev-php74](https://hub.docker.com/r/cslant/dev-php74)\n- [cslant/dev-php83](https://hub.docker.com/r/cslant/dev-php83)\n- [cslant/dev-worker83](https://hub.docker.com/r/cslant/dev-worker83)\n- [cslant/dev-php84](https://hub.docker.com/r/cslant/dev-php84)\n- [cslant/dev-worker84](https://hub.docker.com/r/cslant/dev-worker84)\n- [cslant/dev-php85](https://hub.docker.com/r/cslant/dev-php85)\n- [cslant/dev-worker85](https://hub.docker.com/r/cslant/dev-worker85)\n- [cslant/dev-mysql57](https://hub.docker.com/r/cslant/dev-mysql57)\n- [cslant/dev-mysql](https://hub.docker.com/r/cslant/dev-mysql)\n- [cslant/dev-mysql9](https://hub.docker.com/r/cslant/dev-mysql9)\n- [cslant/dev-node22](https://hub.docker.com/r/cslant/dev-node22)\n- [cslant/dev-node24](https://hub.docker.com/r/cslant/dev-node24)\n- [cslant/dev-nginx](https://hub.docker.com/r/cslant/dev-nginx)\n- [cslant/dev-postgres](https://hub.docker.com/r/cslant/dev-postgres)\n- [cslant/dev-mailhog](https://hub.docker.com/r/cslant/dev-mailhog)\n\n## Prerequisites\n\nFirst, copy the `.env.example` file to `.env` and update the values.\n\n```bash\nenvsubst \u003c .env.example \u003e .env\n```\n\nIf you don't have `envsubst` command, you can use the following command:\n\n```bash\ncp .env.example .env\n```\n\n### 💻 Start in Mac with arm64\n\nTo run as amd64. You need to set the default platform to `linux/amd64`:\n\n```shell\nexport DOCKER_DEFAULT_PLATFORM=linux/amd64\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcslant%2Fdev-docker-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcslant%2Fdev-docker-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcslant%2Fdev-docker-images/lists"}