{"id":27088949,"url":"https://github.com/devops-works/docker-golang-upx","last_synced_at":"2026-02-04T21:00:45.611Z","repository":{"id":36380283,"uuid":"202720223","full_name":"devops-works/docker-golang-upx","owner":"devops-works","description":"Golang builder image with UPX included","archived":false,"fork":false,"pushed_at":"2026-01-15T22:31:38.000Z","size":54,"stargazers_count":7,"open_issues_count":6,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-17T05:31:04.611Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/devops-works.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":"2019-08-16T12:01:52.000Z","updated_at":"2026-01-15T22:31:41.000Z","dependencies_parsed_at":"2024-06-22T06:31:32.808Z","dependency_job_id":"992709bf-83fe-4fc8-ade4-a1607541c0c6","html_url":"https://github.com/devops-works/docker-golang-upx","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/devops-works/docker-golang-upx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-works%2Fdocker-golang-upx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-works%2Fdocker-golang-upx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-works%2Fdocker-golang-upx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-works%2Fdocker-golang-upx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devops-works","download_url":"https://codeload.github.com/devops-works/docker-golang-upx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-works%2Fdocker-golang-upx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29096329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T21:00:18.276Z","status":"ssl_error","status_checked_at":"2026-02-04T20:59:11.235Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-04-06T06:36:43.809Z","updated_at":"2026-02-04T21:00:45.568Z","avatar_url":"https://github.com/devops-works.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# golang-upx\n\nGolang builder image with UPX included\n\n[UPX](https://upx.github.io/) strip will strip your golang binaries\npretty effectively, reducing you final container size.\n\nSee [Docker Hub](https://hub.docker.com/r/devopsworks/golang-upx) for final images.\n\n## Usage\n\n```dockerfile\nFROM devopsworks/golang-upx:1.24 AS builder\n\nWORKDIR /src\n\nCOPY go.mod .\nCOPY go.sum .\n\nRUN go mod download\n\nRUN GOOS=linux \\\n  GOARCH=amd64 \\\n  go build \\\n  ...\n  -o /go/bin/somebinary \u0026\u0026 \\\n  strip /go/bin/somebinary \u0026\u0026 \\\n  /usr/local/bin/upx -9 /go/bin/somebinary\n\nFROM gcr.io/distroless/base:3c29f81d9601750a95140e4297a06765c41ad10e\nCOPY --from=builder /go/bin/somebinary /app/somebinary\n\nCMD [\"/app/somebinary\"]\n```\n\n## Authors\n\n[devopsworks](https://devops.works)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-works%2Fdocker-golang-upx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevops-works%2Fdocker-golang-upx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-works%2Fdocker-golang-upx/lists"}