{"id":16160577,"url":"https://github.com/eallion/docker-jq","last_synced_at":"2026-01-20T14:34:09.179Z","repository":{"id":69440380,"uuid":"569549075","full_name":"eallion/docker-jq","owner":"eallion","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-23T04:40:33.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T02:45:39.587Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eallion.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":"2022-11-23T04:29:14.000Z","updated_at":"2022-11-23T04:40:38.000Z","dependencies_parsed_at":"2023-02-27T19:32:02.985Z","dependency_job_id":null,"html_url":"https://github.com/eallion/docker-jq","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"31b5c83cab591792ce1a818e66f3dfb77d112bf1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eallion/docker-jq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eallion%2Fdocker-jq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eallion%2Fdocker-jq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eallion%2Fdocker-jq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eallion%2Fdocker-jq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eallion","download_url":"https://codeload.github.com/eallion/docker-jq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eallion%2Fdocker-jq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28604950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: 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":[],"created_at":"2024-10-10T02:03:41.215Z","updated_at":"2026-01-20T14:34:09.162Z","avatar_url":"https://github.com/eallion.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker jq parse json\n\nDocker Hub\n\n\u003e https://hub.docker.com/r/eallion/jq\n\n### Uasge\n\n```bash\ndocker run --rm -i eallion/jq echo '{\"foo\": \"bar\"}' | jq .\n```\n### Dockerfile\n\n```dockerfile\nFROM alpine:edge\n\nRUN apk add curl jq \u0026\u0026 rm -f /var/cache/apk/*\n```\n\n### Build\n\n```bash\ndocker build -t eallion/jq .\n```\n\nIf you got a alpine cdn temporary error like this:\n\n```bash\nERROR: https://dl-cdn.alpinelinux.org/alpine/edge/main: temporary error (try again later)\nWARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/edge/main: No such file or directory\n```\n\nYou need to resolve DNS:\n```bash\nsudo vim /etc/docker/daemon.json\n```\nAdd:\n```json\n{\n  \"dns\": [\"8.8.8.8\"]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feallion%2Fdocker-jq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feallion%2Fdocker-jq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feallion%2Fdocker-jq/lists"}