{"id":25019896,"url":"https://github.com/kei-g/docker-cross-debian","last_synced_at":"2026-02-05T18:31:52.296Z","repository":{"id":40471842,"uuid":"430518552","full_name":"kei-g/docker-cross-debian","owner":"kei-g","description":"Cross compile environment on Debian","archived":false,"fork":false,"pushed_at":"2025-12-16T16:32:14.000Z","size":138,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-20T07:30:58.976Z","etag":null,"topics":["docker","docker-image"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/snowstep/cross-debian/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kei-g.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-22T00:51:33.000Z","updated_at":"2025-12-16T16:32:09.000Z","dependencies_parsed_at":"2025-04-28T14:03:12.271Z","dependency_job_id":"5774ae17-0d8a-4616-837f-1af554be00dd","html_url":"https://github.com/kei-g/docker-cross-debian","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kei-g/docker-cross-debian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kei-g%2Fdocker-cross-debian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kei-g%2Fdocker-cross-debian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kei-g%2Fdocker-cross-debian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kei-g%2Fdocker-cross-debian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kei-g","download_url":"https://codeload.github.com/kei-g/docker-cross-debian/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kei-g%2Fdocker-cross-debian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29128702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T18:31:02.507Z","status":"ssl_error","status_checked_at":"2026-02-05T18:29:43.962Z","response_time":65,"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":["docker","docker-image"],"created_at":"2025-02-05T11:51:50.356Z","updated_at":"2026-02-05T18:31:52.280Z","avatar_url":"https://github.com/kei-g.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub][github-repo-image]][github-repo-url] [![DockerHub][docker-image]][docker-url]\n\n# docker-cross-debian [![license][license-image]][license-url]\n\n[`docker-cross-debian`][github-repo-url] - Cross compile environment on Debian.\n\nThis image depends on [![`docker-llvm`][docker-llvm-image]][docker-llvm-url]\n\n# Usage\n\n```shell\ndocker pull snowstep/cross-debian:latest\n```\n\n# Supported Architectures\n\n- FreeBSD 13.0\n  - amd64\n  - arm64\n  - armv6\n  - armv7\n  - i386\n- linux\n  - amd64\n  - arm64\n  - armhf\n  - i386\n- mingw\n  - w64\n    - amd64\n    - i386\n\n# CI Status\n\n| Workflow Name | Status |\n|-|-|\n| **Example** | [![GitHub CI (Example)][github-example-image]][github-example-url] |\n| **Publish** | [![GitHub CI (Publish)][github-publish-image]][github-publish-url] |\n\n# License\n\nThe scripts and documentation in this project are released under the [BSD-3-Clause License][license-url]\n\n# Contributions\n\nContributions are welcome! See [Contributor's Guide](https://github.com/kei-g/docker-cross-debian/blob/main/CONTRIBUTING.md)\n\n# Code of Conduct\n\n:clap: Be nice. See [our code of conduct](https://github.com/kei-g/docker-cross-debian/blob/main/CODE_OF_CONDUCT.md)\n\n[docker-image]:https://img.shields.io/docker/v/snowstep/cross-debian?logo=docker\n[docker-llvm-image]:https://img.shields.io/docker/v/snowstep/llvm?label=snowstep%2Fllvm\u0026logo=docker\n[docker-llvm-url]:https://hub.docker.com/r/snowstep/llvm\n[docker-url]:https://hub.docker.com/r/snowstep/cross-debian\n[github-example-image]:https://github.com/kei-g/docker-cross-debian/actions/workflows/example.yml/badge.svg\n[github-example-url]:https://github.com/kei-g/docker-cross-debian/actions/workflows/example.yml\n[github-publish-image]:https://github.com/kei-g/docker-cross-debian/actions/workflows/publish.yml/badge.svg\n[github-publish-url]:https://github.com/kei-g/docker-cross-debian/actions/workflows/publish.yml\n[github-repo-image]:https://img.shields.io/badge/github-kei--g%2Fdocker--cross--debian-brightgreen?logo=github\n[github-repo-url]:https://github.com/kei-g/docker-cross-debian\n[license-image]:https://img.shields.io/github/license/kei-g/docker-cross-debian\n[license-url]:https://github.com/kei-g/docker-cross-debian/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkei-g%2Fdocker-cross-debian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkei-g%2Fdocker-cross-debian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkei-g%2Fdocker-cross-debian/lists"}