{"id":18793916,"url":"https://github.com/leberkleber/wait-until-curl","last_synced_at":"2026-05-06T11:36:05.181Z","repository":{"id":206424074,"uuid":"165674973","full_name":"leberKleber/wait-until-curl","owner":"leberKleber","description":"Dockerfile which wait until curl response become to expected value","archived":false,"fork":false,"pushed_at":"2019-01-15T10:26:59.000Z","size":7,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T11:43:36.677Z","etag":null,"topics":["curl","docker","health","healthcheck","sh","tool","wait","wait-for-it"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leberKleber.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}},"created_at":"2019-01-14T14:24:28.000Z","updated_at":"2019-12-18T15:44:48.000Z","dependencies_parsed_at":"2023-11-09T15:24:32.957Z","dependency_job_id":"b147e5b5-1ead-47ca-a809-2ecb2d13a9da","html_url":"https://github.com/leberKleber/wait-until-curl","commit_stats":null,"previous_names":["leberkleber/wait-until-curl"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/leberKleber/wait-until-curl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leberKleber%2Fwait-until-curl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leberKleber%2Fwait-until-curl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leberKleber%2Fwait-until-curl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leberKleber%2Fwait-until-curl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leberKleber","download_url":"https://codeload.github.com/leberKleber/wait-until-curl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leberKleber%2Fwait-until-curl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32692270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["curl","docker","health","healthcheck","sh","tool","wait","wait-for-it"],"created_at":"2024-11-07T21:27:23.443Z","updated_at":"2026-05-06T11:36:05.164Z","avatar_url":"https://github.com/leberKleber.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wait-until-curl\nDockerfile which wait until curl response become to expected value\n\n## Environment Variables\n`WUC_URL`\n\nThis is the url which would be called to check the truthiness of the expected valued. Can be prefixed with http or https.\ne.g.:\n- https://myService:8080/internal/health\n- myService/health\n\n`WUC_WRITE_OUT`\n\nString which would be compared with the expected value (see: WUC_EXPECTED). Must be written in curl '--write-out' format. \nFor more Information see https://manpages.debian.org/stretch/curl/curl.1.en.html#OPTIONS \u003e --write-out.\ne.g.:\n- %{status_code}\n\n`WUC_EXPECTED`\n\nValue which expected as 'WUC_WRITE_OUT' result\ne.g.:\n- 200\n- 201\n\n`WUC_SLEEP_TIME`\n\nSleep time in seconds between requests. Default 1\n\n`WUC_MAX_INTERATION`\n\nMax retries to reach expected value. Default -1 (endless)\n\n\n## Example\n```bash\ndocker run --rm -e \"WUC_EXPECTED=200\" -e \"WUC_WRITE_OUT=%{http_code}\" -e \"WUC_URL=http://myservice:8080/internal/health\" --network \"myservice_default\" leberkleber/wait_until_curl\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleberkleber%2Fwait-until-curl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleberkleber%2Fwait-until-curl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleberkleber%2Fwait-until-curl/lists"}