{"id":36608541,"url":"https://github.com/mapchete/container-images","last_synced_at":"2026-02-27T11:57:25.876Z","repository":{"id":309520326,"uuid":"1036549387","full_name":"mapchete/container-images","owner":"mapchete","description":"mapchete packed into a container","archived":false,"fork":false,"pushed_at":"2026-02-05T22:11:24.000Z","size":154,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-05T22:22:06.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/mapchete.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-12T08:34:55.000Z","updated_at":"2026-02-05T13:03:28.000Z","dependencies_parsed_at":"2026-01-11T13:01:34.581Z","dependency_job_id":"faa9e273-6795-48bf-ad7b-3a1ff0e8520e","html_url":"https://github.com/mapchete/container-images","commit_stats":null,"previous_names":["mapchete/container-images"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/mapchete/container-images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapchete%2Fcontainer-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapchete%2Fcontainer-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapchete%2Fcontainer-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapchete%2Fcontainer-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mapchete","download_url":"https://codeload.github.com/mapchete/container-images/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapchete%2Fcontainer-images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29893273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T09:48:51.284Z","status":"ssl_error","status_checked_at":"2026-02-27T09:48:43.992Z","response_time":57,"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":"2026-01-12T08:47:56.979Z","updated_at":"2026-02-27T11:57:25.870Z","avatar_url":"https://github.com/mapchete.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"======================\nMapchete Container Images\n======================\n\n.. image:: https://img.shields.io/github/v/release/mapchete/container-images\n   :target: https://github.com/mapchete/container-images/releases\n   :alt: Latest Release\n\n.. image:: https://img.shields.io/github/actions/workflow/status/mapchete/container-images/build-controller.yml\n   :target: https://github.com/mapchete/container-images/actions/workflows/build-controller.yml\n   :alt: Build Status\n\n.. image:: https://img.shields.io/github/license/mapchete/container-images\n   :target: https://github.com/mapchete/container-images/blob/main/LICENSE\n   :alt: MIT License\n\nThis repository builds and publishes a Docker container image for `mapchete \u003chttps://github.com/mapchete/mapchete\u003e`_ and its related extensions.\n\nAvailable Image\n---------------\n\nThe image is hosted on the GitHub Container Registry (ghcr.io).\n\nmapchete\n~~~~~~~~\nThe image is based on ``ghcr.io/osgeo/gdal:ubuntu-small-3.12.0`` (using Python ``3.12.3`` and GDAL ``3.12.0``) with the most recent versions of mapchete including the mapchete EO extension and mapchete Hub.\n\n.. code-block:: shell\n\n   docker pull ghcr.io/mapchete/mapchete:latest\n\n\nAutomated Cleanup\n-----------------\n\nThis repository uses an automated workflow to clean up old, untagged images. The following tags are always kept:\n\n* ``latest``\n* ``dev``\n* Version tags (e.g., ``2025.8.1``)\n\nAll other images (i.e., those tagged with a commit SHA) are subject to cleanup to keep the registry tidy.\n\n\nBuild Control\n-------------\n\nImages can be manually rebuilt via the `build-controller \u003chttps://github.com/mapchete/container-images/actions/workflows/build-controller.yml\u003e`_ workflow. This allows for manual triggers with custom tags and repository references.\n\n\nVersion Management\n------------------\n\nThe default versions (branches, tags, or SHAs) for the dependent repositories are managed in the `versions.yml \u003cversions.yml\u003e`_ file.\n\n.. code-block:: yaml\n\n   MAPCHETE_REF_RELEASE: 2026.2.1\n   MAPCHETE_EO_REF_RELEASE: 2026.2.0\n   MAPCHETE_HUB_REF_RELEASE: 2025.11.0\n   MAPCHETE_HUB_CLI_REF_RELEASE: 2025.9.0\n\n\n   MAPCHETE_REF_ROLLING: main\n   MAPCHETE_EO_REF_ROLLING: main\n   MAPCHETE_HUB_REF_ROLLING: main\n   MAPCHETE_HUB_CLI_REF_ROLLING: main\n\n\nWhen creating a release tag in this repository, these versions are \"frozen\" for that specific image tag, ensuring reproducible builds.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapchete%2Fcontainer-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapchete%2Fcontainer-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapchete%2Fcontainer-images/lists"}