{"id":16729101,"url":"https://github.com/keithduncan/kaniko-socat","last_synced_at":"2026-05-20T03:34:01.794Z","repository":{"id":144668841,"uuid":"246705899","full_name":"keithduncan/kaniko-socat","owner":"keithduncan","description":"Dockerfile to add statically linked socat binary to the kaniko:debug image","archived":false,"fork":false,"pushed_at":"2020-03-13T05:59:54.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T06:26:28.485Z","etag":null,"topics":["docker-image","kaniko"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keithduncan.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":"2020-03-12T00:09:25.000Z","updated_at":"2020-03-13T05:59:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc0aed4e-3d64-4b78-8cd4-786766978141","html_url":"https://github.com/keithduncan/kaniko-socat","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/keithduncan%2Fkaniko-socat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keithduncan%2Fkaniko-socat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keithduncan%2Fkaniko-socat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keithduncan%2Fkaniko-socat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keithduncan","download_url":"https://codeload.github.com/keithduncan/kaniko-socat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243762028,"owners_count":20343971,"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","kaniko"],"created_at":"2024-10-12T23:26:56.530Z","updated_at":"2026-05-20T03:33:56.769Z","avatar_url":"https://github.com/keithduncan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kaniko-socat\n\nkaniko:debug image with socat binary\n\nAllows binding a unix domain socket for a remote shell into the kaniko container:\n\n```\n# Create shared volume\ndocker volume create --label kanikoctl\n\n# Start server\ndocker run \\\n\t--rm \\\n\t-it \\\n\t-v $PWD:/workspace \\\n\t-v kanikoctl:/kanikoctl \\\n\tkaniko-socat \\\n\t\tunix-listen:/kanikoctl/socket,fork,unlink-early \\\n\t\t'exec:sh -vx,stderr'\n    \n# Connect client\ndocker run \\\n  --rm\n  -it \\\n  -v kanikoctl:/kanikoctl\n  alpine/socat\n    STDIO,ignoreeof \\\n\t\tunix-connect:/kanikoctl/socket\n    \n# Send build command to server shell\nexecutor --no-push\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeithduncan%2Fkaniko-socat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeithduncan%2Fkaniko-socat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeithduncan%2Fkaniko-socat/lists"}