{"id":20953987,"url":"https://github.com/hazim1093/dumb-exit","last_synced_at":"2026-04-22T12:03:47.691Z","repository":{"id":216736156,"uuid":"106378828","full_name":"hazim1093/dumb-exit","owner":"hazim1093","description":"Random Dockerfile for randomly exiting with a random exit code after a random time interval.","archived":false,"fork":false,"pushed_at":"2017-10-16T07:42:48.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T22:49:38.285Z","etag":null,"topics":["container","docker","docker-container","dockerfile","dumb","dumb-init","exit","exitcode","exiting","random"],"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/hazim1093.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}},"created_at":"2017-10-10T06:46:33.000Z","updated_at":"2017-10-10T07:10:40.000Z","dependencies_parsed_at":"2024-01-12T11:53:52.141Z","dependency_job_id":"724787e6-b5d6-4ade-b9b1-38f3e34443be","html_url":"https://github.com/hazim1093/dumb-exit","commit_stats":null,"previous_names":["hazim1093/dumb-exit"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazim1093%2Fdumb-exit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazim1093%2Fdumb-exit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazim1093%2Fdumb-exit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazim1093%2Fdumb-exit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hazim1093","download_url":"https://codeload.github.com/hazim1093/dumb-exit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243348416,"owners_count":20276392,"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":["container","docker","docker-container","dockerfile","dumb","dumb-init","exit","exitcode","exiting","random"],"created_at":"2024-11-19T01:05:11.872Z","updated_at":"2025-12-26T12:40:03.795Z","avatar_url":"https://github.com/hazim1093.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dumb Exit\n\nRandom Dockerfile for randomly exiting a random container with a random exit code after a random time interval.\n\n### Tags:\n\n* [1.0, latest](1.0)\n\n### Usage:\n\nThis docker image can be used for the purpose of testing an application or component's behavior, which deals with docker containers that run and exit.\nWith this you can easily test exiting docker containers in your application/setup.\n\n#### Note: The probability of the container to exit with exit code 0 is 50% on purpose.\n\n\n```\ndocker run -d hazim/dumb-exit\n```\n\nWith custom lower and upper limits for random wait:\n```\ndocker run -d -e WAIT_LOWER_LIMIT=20 -e WAIT_UPPER_LIMIT=30 hazim/dumb-exit\n```\n\nWith custom lower and upper limits of exit codes:\n```\ndocker run -d -e EXIT_CODE_LOWER_LIMIT=1 -e EXIT_CODE_UPPER_LIMIT=5 hazim/dumb-exit\n```\n\nWith custom exit code and no random randomness ( :( ):\n```\ndocker run -d -e EXIT_CODE=0 hazim/dumb-exit;\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazim1093%2Fdumb-exit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhazim1093%2Fdumb-exit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazim1093%2Fdumb-exit/lists"}