{"id":17091600,"url":"https://github.com/superbrothers/debug","last_synced_at":"2025-04-12T22:40:44.170Z","repository":{"id":37021436,"uuid":"330835085","full_name":"superbrothers/debug","owner":"superbrothers","description":"My debugging container image","archived":false,"fork":false,"pushed_at":"2025-04-06T06:51:29.000Z","size":354,"stargazers_count":4,"open_issues_count":9,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T07:31:36.788Z","etag":null,"topics":["container-image","docker","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"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/superbrothers.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,"publiccode":null,"codemeta":null}},"created_at":"2021-01-19T01:54:46.000Z","updated_at":"2025-03-13T06:39:29.000Z","dependencies_parsed_at":"2023-11-12T08:22:50.684Z","dependency_job_id":"9ac6ac64-f712-4010-b884-118f3f66d74a","html_url":"https://github.com/superbrothers/debug","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/superbrothers%2Fdebug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbrothers%2Fdebug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbrothers%2Fdebug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbrothers%2Fdebug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superbrothers","download_url":"https://codeload.github.com/superbrothers/debug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643045,"owners_count":21138353,"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":["container-image","docker","kubernetes"],"created_at":"2024-10-14T13:59:06.258Z","updated_at":"2025-04-12T22:40:44.148Z","avatar_url":"https://github.com/superbrothers.png","language":"Dockerfile","readme":"# My debugging container image\n\nThis is a container image which has utilities for common debugging tasks.\nYou can see which utilities are included in a container image in [Dockerfile](Dockerfile).\n\n## Usage\n\n### On your host\n\n```\ndocker run -it --rm --net=host --pid=host ghcr.io/superbrothers/debug\n```\n\n### Kubernetes\n\nRun a debugging container in your Kubernetes cluster:\n\n```\nkubectl run --rm -it debug-$(date +%s) --image=ghcr.io/superbrothers/debug\n```\n\nIf you like the above command, it is useful to alias the command:\n\n```\nalias kdebug='kubectl run --rm -it debug-$(date +%s) --image=ghcr.io/superbrothers/debug'\n```\n\nAdd an ephemeral debugging container to an already running pod:\n\n```\nkubectl debug mypod -it --image=ghcr.io/superbrothers/debug\n```\n\n## License\n\nThe MIT License\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperbrothers%2Fdebug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperbrothers%2Fdebug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperbrothers%2Fdebug/lists"}