{"id":20795664,"url":"https://github.com/graze/docker-golang-tools","last_synced_at":"2026-04-29T21:34:32.971Z","repository":{"id":71157689,"uuid":"73468022","full_name":"graze/docker-golang-tools","owner":"graze","description":":wrench: extra tools for using golang","archived":false,"fork":false,"pushed_at":"2017-02-16T12:08:48.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-12-26T09:51:12.026Z","etag":null,"topics":["docker","docker-image","golang"],"latest_commit_sha":null,"homepage":null,"language":"Roff","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graze.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":"2016-11-11T10:21:34.000Z","updated_at":"2017-12-26T12:18:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"72f78934-c41b-41c7-82e7-81b6325b692b","html_url":"https://github.com/graze/docker-golang-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/graze/docker-golang-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graze%2Fdocker-golang-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graze%2Fdocker-golang-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graze%2Fdocker-golang-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graze%2Fdocker-golang-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graze","download_url":"https://codeload.github.com/graze/docker-golang-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graze%2Fdocker-golang-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32445457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"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","golang"],"created_at":"2024-11-17T16:23:11.353Z","updated_at":"2026-04-29T21:34:32.932Z","avatar_url":"https://github.com/graze.png","language":"Roff","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-golang-tools\n\n[![](https://images.microbadger.com/badges/image/graze/golang-tools.svg)](https://microbadger.com/images/graze/golang-tools \"Get your own image badge on microbadger.com\")\n\n:wrench: A set of tools to develop in golang but not required in production.\n\n## Supported tags and respective `Dockerfile` links\n\n- [`tip`, `latest` (Dockerfile.tip)](Dockerfile.tip)\n- [`1.8` (Dockerfile.1.8)](Dockerfile.1.8)\n- [`1.7` (Dockerfile.1.7)](Dockerfile.1.7)\n- [`1.6` (Dockerfile.1.6)](Dockerfile.1.6)\n\n## The tools\n\n- [glide](https://glide.sh): Package management using the `vendor` directory\n- [godoc](https://godoc.org/golang.org/x/tools/cmd/godoc): Documentation\n- [gofmt](https://golang.org/cmd/gofmt/): Auto formatter\n- [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports): Like gofmt, but ensures correct imports\n- [golint](https://github.com/golang/lint): Ensure the provided go code conforms to some standards\n\n## Usage\n\nYou can use this image directly\n\n```bash\n$ docker run --rm -it graze/golang-tools -v .:/go/src/github.com/package/dir -w /go/src/github.com/package/dir \u003ccommand\u003e\n```\n\nOr by using a docker-compose entry:\n\n```yaml\nversion: '2'\nservices:\n    tools:\n        image: graze/golang-tools\n        volumes:\n            - .:/go/src/github.com/graze/app\n            - ~/.ssh/id_rsa:/root/.ssh/id_rsa:ro\n        working_dir: /go/src/github.com/graze/app\n```\n\nThis can then be called using:\n\n```bash\n$ docker-compose run --rm tools \u003ccommand\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraze%2Fdocker-golang-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraze%2Fdocker-golang-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraze%2Fdocker-golang-tools/lists"}