{"id":16880573,"url":"https://github.com/squaremo/flumux","last_synced_at":"2026-05-05T04:40:22.966Z","repository":{"id":57605121,"uuid":"61799310","full_name":"squaremo/flumux","owner":"squaremo","description":"Tool for comparing git, image repositories, and running (kubernetes) systems","archived":false,"fork":false,"pushed_at":"2018-09-14T16:03:01.000Z","size":36,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T05:41:13.378Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/squaremo.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}},"created_at":"2016-06-23T11:15:52.000Z","updated_at":"2018-12-31T03:06:43.000Z","dependencies_parsed_at":"2022-08-27T22:03:53.749Z","dependency_job_id":null,"html_url":"https://github.com/squaremo/flumux","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/squaremo%2Fflumux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fflumux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fflumux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fflumux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squaremo","download_url":"https://codeload.github.com/squaremo/flumux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244544326,"owners_count":20469660,"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":[],"created_at":"2024-10-13T15:59:18.218Z","updated_at":"2026-05-05T04:40:22.923Z","avatar_url":"https://github.com/squaremo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"### A tool for asking about container images. An image asking tool.\n\n## To install with Go\n\nYou need libgit2. On `apt`-packaged systems:\n\n    apt-get install golang libgit2-dev\n\nOn MacOSX,\n\n    brew install go libgit2\n\nThen you can do\n\n    go get github.com/squaremo/flumux\n\nto fetch, build and install the binary. You can also build it by\ncloning the repository -- see below.\n\n## To use\n\nFlumux is just a way of associating your container image builds with\ngit commits. When you build an image, you tag it with the current\nstate of the repository:\n\n    $ docker build -t myimage:`flumux tag` .\n\nOnce these are pushed to an image registry, e.g., quay.io, you can\nquery for the images and match them to git commits. `flumux lookup`\ntakes input on stdin, and for each line it takes the first field (the\ntext before any whitespace), assumes it's a commit ID, and looks for\nan image named after it. This is designed to work well with git\noutput, e.g.,\n\n    $ git log --oneline | flumux lookup myimage\n\n## To build in a cloned repository\n\nYou can also build it in the repository. `dep` is used to manage dependencies:\n\n    go get -u github.com/golang/dep/cmd/dep\n    dep ensure\n\nAfter that, a simple\n\n    make\n\nwill build the binary, and put it in the top directory.\n\nOn MacOS, you may get a binary which immediately exits with `Killed:\n9`. If so, try building with\n\n    make LDFLAGS=\"-s\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquaremo%2Fflumux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquaremo%2Fflumux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquaremo%2Fflumux/lists"}