{"id":17004771,"url":"https://github.com/gtramontina/docker-flow-bin","last_synced_at":"2026-04-16T19:02:48.258Z","repository":{"id":38954570,"uuid":"140653737","full_name":"gtramontina/docker-flow-bin","owner":"gtramontina","description":"An image for https://github.com/flowtype/flow-bin","archived":false,"fork":false,"pushed_at":"2026-04-03T21:27:16.000Z","size":31,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-03T23:21:28.012Z","etag":null,"topics":["docker","docker-image","flow-bin","git","node"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gtramontina.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-07-12T03:03:01.000Z","updated_at":"2021-05-07T15:16:28.000Z","dependencies_parsed_at":"2022-09-18T21:16:25.823Z","dependency_job_id":"b41f81bd-a640-46f5-a5a6-0f4cf55c7138","html_url":"https://github.com/gtramontina/docker-flow-bin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gtramontina/docker-flow-bin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtramontina%2Fdocker-flow-bin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtramontina%2Fdocker-flow-bin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtramontina%2Fdocker-flow-bin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtramontina%2Fdocker-flow-bin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gtramontina","download_url":"https://codeload.github.com/gtramontina/docker-flow-bin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtramontina%2Fdocker-flow-bin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31899986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"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":["docker","docker-image","flow-bin","git","node"],"created_at":"2024-10-14T04:44:25.188Z","updated_at":"2026-04-16T19:02:48.225Z","avatar_url":"https://github.com/gtramontina.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://hub.docker.com/r/gtramontina/flow-bin/tags/\"\u003e\u003cimg height=\"20\" alt=\"Docker Tags\" src=\"https://img.shields.io/badge/dynamic/json.svg?style=for-the-badge\u0026label=%F0%9F%90%B3%20tags\u0026colorB=066da5\u0026query=$.count\u0026uri=https%3A%2F%2Fhub.docker.com%2Fv2%2Frepositories%2Fgtramontina%2Fflow-bin%2Ftags\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://hub.docker.com/r/gtramontina/flow-bin/tags/\"\u003e\u003cimg height=\"20\" alt=\"Docker Latest Tag\" src=\"https://img.shields.io/badge/dynamic/json.svg?style=for-the-badge\u0026label=%F0%9F%90%B3%20latest%20tag\u0026colorB=066da5\u0026query=$.results[0].name\u0026uri=https%3A%2F%2Fhub.docker.com%2Fv2%2Frepositories%2Fgtramontina%2Fflow-bin%2Ftags\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://travis-ci.org/gtramontina/docker-flow-bin\"\u003e\u003cimg height=\"20\" alt=\"Travis\" src=\"https://img.shields.io/travis/gtramontina/docker-flow-bin.svg?style=for-the-badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Docker image for \u003ca href=\"https://github.com/flowtype/flow-bin\"\u003e\u003ccode\u003eflow-bin\u003c/code\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n#### _Running:_\n\n```sh\n$ docker run --rm gtramontina/flow-bin:\u003cversion\u003e\n```\n\n**Note 1**: You'll need to mount your project in the container (`-v`). The example below mounts the current directory as `/app` in the container and sets it as the working directory (`-w`).\n\n```sh\n$ docker run --rm \\\n  -w /app \\\n  -v $(pwd):/app \\\n  gtramontina/flow-bin:\u003cversion\u003e\n```\n\n---\n\n#### _Developing:_\n\n```sh\n$ make build    # Builds a new image\n$ make test     # Runs/tests the image\n$ make push     # Pushes the image up\n$ make clean    # Removes any generated artifacts\n$ make clobber  # Removes artifacts and generated images\n```\n\n---\n\n\u003cp align=\"right\"\u003e🐳\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtramontina%2Fdocker-flow-bin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgtramontina%2Fdocker-flow-bin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtramontina%2Fdocker-flow-bin/lists"}