{"id":17254915,"url":"https://github.com/simontheleg/debug-pod","last_synced_at":"2026-03-19T00:20:09.632Z","repository":{"id":102993678,"uuid":"138714921","full_name":"SimonTheLeg/debug-pod","owner":"SimonTheLeg","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-13T18:14:20.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T09:29:57.219Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SimonTheLeg.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-06-26T09:23:12.000Z","updated_at":"2024-10-13T18:14:23.000Z","dependencies_parsed_at":"2025-01-31T09:28:23.409Z","dependency_job_id":"43bee5a6-ce23-4138-ad42-9590a8d7fcc6","html_url":"https://github.com/SimonTheLeg/debug-pod","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/SimonTheLeg%2Fdebug-pod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonTheLeg%2Fdebug-pod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonTheLeg%2Fdebug-pod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonTheLeg%2Fdebug-pod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimonTheLeg","download_url":"https://codeload.github.com/SimonTheLeg/debug-pod/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245615009,"owners_count":20644376,"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-15T07:10:14.717Z","updated_at":"2026-01-05T09:50:37.543Z","avatar_url":"https://github.com/SimonTheLeg.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src =https://img.shields.io/docker/pulls/simontheleg/debug-pod.svg\u003e\n\n# Debug-Pod\n\nSimple pod equipped with networking tools, for debugging purposes. Image can be found on [Dockerhub](https://hub.docker.com/r/simontheleg/debug-pod/).\n\n## Running inside Kubernetes\n\nCan be done in a single (albeit long) shell cmd:\n\n```shell\nkubectl create deploy debug-pod --image=simontheleg/debug-pod:latest \u0026\u0026 \\\nkubectl wait --for=condition=ready pod -l app=debug-pod \u0026\u0026 \\\nkubectl exec -it $(kubectl get pods -o jsonpath=\"{.items[?(@.metadata.labels.app=='debug-pod')].metadata.name}\") -- /bin/bash\n```\n\nclean up\n\n```shell\nkubectl delete deploy debug-pod\n```\n\n## Building \u0026 publishing\n\n```shell\nIMG_NAME=\"docker.io/simontheleg/debug-pod:latest\"\npodman image rm $IMG_NAME\npodman manifest create $IMG_NAME\npodman build --platform linux/amd64,linux/arm64  --manifest $IMG_NAME .\npodman manifest push $IMG_NAME\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimontheleg%2Fdebug-pod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimontheleg%2Fdebug-pod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimontheleg%2Fdebug-pod/lists"}