{"id":18722570,"url":"https://github.com/mdsumner/proj-builds","last_synced_at":"2026-03-19T06:03:31.116Z","repository":{"id":213479520,"uuid":"734217600","full_name":"mdsumner/proj-builds","owner":"mdsumner","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-22T08:37:03.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T22:39:09.371Z","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/mdsumner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-12-21T06:36:50.000Z","updated_at":"2023-12-22T01:50:06.000Z","dependencies_parsed_at":"2023-12-21T09:32:54.272Z","dependency_job_id":"91293009-2940-4667-9d70-b19c984e6530","html_url":"https://github.com/mdsumner/proj-builds","commit_stats":null,"previous_names":["mdsumner/proj-builds"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdsumner/proj-builds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fproj-builds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fproj-builds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fproj-builds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fproj-builds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdsumner","download_url":"https://codeload.github.com/mdsumner/proj-builds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fproj-builds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29694213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: 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":"2024-11-07T13:42:02.669Z","updated_at":"2026-02-21T21:39:34.235Z","avatar_url":"https://github.com/mdsumner.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# proj-builds\n\n\u003c!-- badges: start --\u003e\n\u003c!-- badges: end --\u003e\n\nThe goal of proj-builds is to provide containers on ubuntu latest for [PROJ](https://proj.org) versions. \n\nDockerfiles and github action yaml is templated from PROJ releases (6.3.2, 9.3.1, etc) and from 'latest' (the latest release, which might not yet be in the list we started with) and from 'devel' (the very latest commit on the [PROJ github repo](https://github.com/OSGEO/proj.git)). \n\nThe containers are listed on [packages](https://github.com/mdsumner/proj-builds/pkgs/container/proj-builds).\n\nAt time of writing (December 2023) the following labels are available: \n\n\n- devel\n- latest\n- 9.3.1\n- 9.3.0\n- 9.2.1\n- 9.2.0\n- 9.1.1\n- 9.1.0\n- 9.0.1\n- 9.0.0\n- 8.2.1\n- 8.2.0\n- 8.1.1\n- 8.1.0\n- 8.0.1\n- 8.0.0\n- 7.2.1\n- 7.2.0\n- 7.1.1\n- 7.1.0\n- 7.0.1\n- 7.0.0:  Not this one, not working for some reason\n- 6.3.2\n- 6.3.1\n- 6.3.0\n- 6.2.1\n- 6.2.0\n- 6.1.1\n- 6.1.0\n- 6.0.0\n\nNote that this is only in ubuntu latest, so unlikely to reflect system conditions when the lib was current, and we aren't interested in cross-platform atm. This is so we can work on PROJ bindings development in R for \u003e= 6.3.1 and not have to build the lib. \n\nRun bash in a container like this: \n\nSpecific version: \n\n```bash\ndocker run --rm -ti ghcr.io/mdsumner/proj-builds:6.3.2 bash\n```\n\n\nBleeding edge: \n\n```bash\ndocker run --rm -ti ghcr.io/mdsumner/proj-builds:devel bash\n```\n\nLatest release: \n\n```bash\ndocker run --rm -ti ghcr.io/mdsumner/proj-builds:latest bash\n```\n\n## TODO\n\n- set up triggers so that latest and devel are always up to date. \n- automate the boilerplate label list, only change for new ones\n- figure out what's wrong with 7.0.0 or remove it\n\n## Code of Conduct\n  \nPlease note that the proj-builds project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsumner%2Fproj-builds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdsumner%2Fproj-builds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsumner%2Fproj-builds/lists"}