{"id":18188907,"url":"https://github.com/mlafeldt/docker-ps3dev","last_synced_at":"2025-04-02T04:31:50.961Z","repository":{"id":138076466,"uuid":"100198906","full_name":"mlafeldt/docker-ps3dev","owner":"mlafeldt","description":"A Docker Image for PS3 Development","archived":true,"fork":false,"pushed_at":"2024-03-13T14:37:51.000Z","size":17,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T07:47:57.974Z","etag":null,"topics":["docker-image","homebrew","ps3","sdk"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/mlafeldt/ps3dev/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlafeldt.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}},"created_at":"2017-08-13T19:13:56.000Z","updated_at":"2024-09-12T09:55:33.000Z","dependencies_parsed_at":"2024-02-20T13:27:11.285Z","dependency_job_id":"762ea2cb-e663-442b-9bc4-9e602c38ac12","html_url":"https://github.com/mlafeldt/docker-ps3dev","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/mlafeldt%2Fdocker-ps3dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlafeldt%2Fdocker-ps3dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlafeldt%2Fdocker-ps3dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlafeldt%2Fdocker-ps3dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlafeldt","download_url":"https://codeload.github.com/mlafeldt/docker-ps3dev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246757523,"owners_count":20828912,"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":["docker-image","homebrew","ps3","sdk"],"created_at":"2024-11-03T03:05:09.745Z","updated_at":"2025-04-02T04:31:45.953Z","avatar_url":"https://github.com/mlafeldt.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Docker Image for PS3 Development\n\n## Note: This project is no longer maintained. Please use https://github.com/ps3dev/ps3dev-docker instead.\n\n[![](https://images.microbadger.com/badges/image/mlafeldt/ps3dev.svg)](https://microbadger.com/images/mlafeldt/ps3dev)\n[![](https://img.shields.io/docker/pulls/mlafeldt/ps3dev.svg?maxAge=604800)](https://hub.docker.com/r/mlafeldt/ps3dev/)\n\nCross-compile your PS3 homebrew projects inside a Docker container based on\n[ps3toolchain](https://github.com/ps3dev/ps3toolchain).\n\n## Quick Start\n\nRun this command in your project's root folder to build it inside a Docker\ncontainer:\n\n```bash\ndocker run -it --rm -v \"$PWD:/src\" mlafeldt/ps3dev make\n```\n\nThis will mount the current folder to `/src` in the container and then run\n`make` inside `/src`. You may execute other commands, of course.\n\nOmit the command to get a login shell (`/bin/bash`) in the running container:\n\n```bash\ndocker run -it --rm -v \"$PWD:/src\" mlafeldt/ps3dev\n```\n\nFor a working example, use the Docker image to build the\n[PSL1GHT samples](https://github.com/ps3dev/PSL1GHT/tree/master/samples).\n\n## Continuous Integration\n\nWith the Docker image in hand, you can also build and test your PS3 applications\non CI platforms. Here's an example configuration for Travis CI:\n\n```yaml\n# .travis.yml\nlanguage: c\n\nsudo: required\n\nservices:\n  - docker\n\nscript: docker run -it --rm -v \"$PWD:/src\" mlafeldt/ps3dev make test\n```\n\n## Author\n\nThis project is being developed by [Mathias Lafeldt](https://twitter.com/mlafeldt).\n\nI also created a [Docker image for PS2 development](https://github.com/mlafeldt/docker-ps2dev).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlafeldt%2Fdocker-ps3dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlafeldt%2Fdocker-ps3dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlafeldt%2Fdocker-ps3dev/lists"}