{"id":17272204,"url":"https://github.com/igas/docker-phoenix","last_synced_at":"2026-03-19T00:26:49.979Z","repository":{"id":147358576,"uuid":"70146825","full_name":"igas/docker-phoenix","owner":"igas","description":"Dockerfile ideal for testing Phoenix applications","archived":false,"fork":false,"pushed_at":"2023-12-15T17:34:06.000Z","size":4,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T13:45:42.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/marvellousmutants/phoenix/","language":null,"has_issues":false,"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/igas.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}},"created_at":"2016-10-06T11:14:45.000Z","updated_at":"2018-09-24T12:33:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8ca41cc-fd1b-4e06-b348-ce676d96ddf7","html_url":"https://github.com/igas/docker-phoenix","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/igas%2Fdocker-phoenix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igas%2Fdocker-phoenix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igas%2Fdocker-phoenix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igas%2Fdocker-phoenix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igas","download_url":"https://codeload.github.com/igas/docker-phoenix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245658982,"owners_count":20651520,"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":[],"created_at":"2024-10-15T08:48:06.518Z","updated_at":"2026-01-06T07:35:46.140Z","avatar_url":"https://github.com/igas.png","language":null,"readme":"# docker-phoenix\nDockerfile ideal for testing Phoenix applications. Given it also contains\nElixir, it can also be used to test other types of Elixir apps.\n\nHowever, given a bunch of other components are also pre-installed such as\nImageMagick, PhantomJS etc, it's more specialised towards Phoenix apps.\n\n## Installed Components\n* Elixir 1.3\n* Phoenix 1.2\n* PhantomJS (latest)\n* ImageMagick (latest)\n* zsh (latest)\n\n## Example Dockerfile\n```\nFROM marvellousmutants/phoenix:latest\n\n# Create working directory\nRUN mkdir /app\nWORKDIR /app\n\n# Get your app and add it to the working directory\nADD . /app\n\n# Get and compile hex dependencies\nRUN mix deps.clean --all\nRUN mix deps.get\nRUN mix deps.compile\n\n# Run the test suite!\nRUN mix test\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figas%2Fdocker-phoenix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figas%2Fdocker-phoenix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figas%2Fdocker-phoenix/lists"}