{"id":39847598,"url":"https://github.com/pgschk/alpine-toolkit","last_synced_at":"2026-01-18T13:37:44.013Z","repository":{"id":215523232,"uuid":"739149282","full_name":"pgschk/alpine-toolkit","owner":"pgschk","description":"An alpine docker image with some debugging tools","archived":false,"fork":false,"pushed_at":"2025-11-18T18:33:18.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-18T20:10:32.757Z","etag":null,"topics":["alpine","container-image","debugging-tool","docker-image","toolkit"],"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/pgschk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-01-04T22:15:07.000Z","updated_at":"2025-11-18T18:31:26.000Z","dependencies_parsed_at":"2024-01-20T18:24:59.037Z","dependency_job_id":"9ceb47e6-3d4b-4bf8-805e-7ab0b33943e7","html_url":"https://github.com/pgschk/alpine-toolkit","commit_stats":null,"previous_names":["pgschk/alpine-toolkit"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/pgschk/alpine-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgschk%2Falpine-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgschk%2Falpine-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgschk%2Falpine-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgschk%2Falpine-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgschk","download_url":"https://codeload.github.com/pgschk/alpine-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgschk%2Falpine-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T13:04:05.990Z","status":"ssl_error","status_checked_at":"2026-01-18T13:01:44.092Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["alpine","container-image","debugging-tool","docker-image","toolkit"],"created_at":"2026-01-18T13:37:43.907Z","updated_at":"2026-01-18T13:37:43.997Z","avatar_url":"https://github.com/pgschk.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Container CI](https://github.com/pgschk/alpine-toolkit/actions/workflows/publish-container.yml/badge.svg)](https://github.com/pgschk/alpine-toolkit/actions/workflows/publish-container.yml)\n![GitHub release (with filter)](https://img.shields.io/github/v/release/pgschk/alpine-toolkit)\n\n# Alpine Toolkit\n\nAn alpine container with some debugging tools installed. For every release there is a normal container that includes only the essentials, as well as an extended container, which includes more tools at the cost of size.\n\n## Included tools\n\nThe following tools are currently included in Docker image `pgschk/alpine-toolkit:latest`:\n\n- telnet\n- netcat\n- curl\n- tcpdump\n\n## Extended images\n\nAdditionally there is an extended image, which includes more tools at the cost of being larger.\nThe image `pgschk/alpine-toolkit:latest-extended` additionally includes:\n\n- mosquitto-clients (mosquitto_sub, mosquitto_pub)\n- strace\n\n## Add additional tools\n\nTo add more packages, build the container with the build argument \"EXTRA_PACKAGES\" set to a list of [Alpine packages](https://pkgs.alpinelinux.org/packages):\n\n```sh\ndocker buildx build --build-arg EXTRA_PACKAGES=\"mosquitto-clients\" -t alpine-toolkit:local .\n```\n\n## Use as Kubernetes debug\n\nYou can use `kubectl debug` to attach the container to an existing pod to get access to the debugging tools.\n\n### Example\n\nWe will assume that our pod is named \"my-pod\" with a container \"my-container\", which we want to attach to:\n\n```sh\nkubectl debug -it my-pod --image=pgschk/alpine-toolkit --target=mycontainer\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgschk%2Falpine-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgschk%2Falpine-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgschk%2Falpine-toolkit/lists"}