{"id":16841629,"url":"https://github.com/kevinpollet/go-docker-multi-stage-build","last_synced_at":"2025-04-10T13:08:35.759Z","repository":{"id":138628726,"uuid":"214630705","full_name":"kevinpollet/go-docker-multi-stage-build","owner":"kevinpollet","description":"🐳 This repository shows how to build a Docker image for a Go app with the Docker multi-stage feature","archived":false,"fork":false,"pushed_at":"2021-09-19T19:41:32.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T11:45:53.912Z","etag":null,"topics":["docker","go","golang","multi-stage","multi-stage-build"],"latest_commit_sha":null,"homepage":"","language":"Go","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/kevinpollet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-10-12T10:51:45.000Z","updated_at":"2024-05-02T01:53:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"39ddf55b-a796-466b-b6b2-346598e6d58f","html_url":"https://github.com/kevinpollet/go-docker-multi-stage-build","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/kevinpollet%2Fgo-docker-multi-stage-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinpollet%2Fgo-docker-multi-stage-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinpollet%2Fgo-docker-multi-stage-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinpollet%2Fgo-docker-multi-stage-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinpollet","download_url":"https://codeload.github.com/kevinpollet/go-docker-multi-stage-build/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248224429,"owners_count":21068073,"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":["docker","go","golang","multi-stage","multi-stage-build"],"created_at":"2024-10-13T12:42:32.852Z","updated_at":"2025-04-10T13:08:35.730Z","avatar_url":"https://github.com/kevinpollet.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-docker-multi-stage-build\n\n[![Build Status](https://github.com/kevinpollet/go-docker-multi-stage-build/workflows/build/badge.svg)](https://github.com/kevinpollet/go-docker-multi-stage-build/actions)\n[![License](https://img.shields.io/github/license/kevinpollet/go-docker-multi-stage-build)](./LICENSE.md)\n\nThis repository shows how to build a Docker image for a [Go](https://go.dev/) app with the [Docker multi-stage feature](https://docs.docker.com/develop/develop-images/multistage-build/) available since version `17.05`.\n\n## Build image\n\n```shell\n$ docker build . -t greet\n```\n\n## Run container\n\n```shell\n$ docker run --rm greet\nHello, World!\n```\n\n```shell\n$ docker run --rm greet John\nHello, John!\n```\n\n## Contributing\n\nContributions are welcome!\n\nWant to file a bug, request a feature or contribute some code?\n\n- Check out the [Code of Conduct](./CODE_OF_CONDUCT.md)\n- Check if there is an existing issue corresponding to your bug or feature\n- Open an issue to discuss your bug or new feature\n\n## License\n\n[MIT](./LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinpollet%2Fgo-docker-multi-stage-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinpollet%2Fgo-docker-multi-stage-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinpollet%2Fgo-docker-multi-stage-build/lists"}