{"id":26182728,"url":"https://github.com/ncar-xdev/repo2apptainer","last_synced_at":"2026-02-14T20:06:08.576Z","repository":{"id":40557010,"uuid":"244809849","full_name":"ncar-xdev/repo2apptainer","owner":"ncar-xdev","description":"Repo2apptainer: Wrapper around repo2docker producing Jupyter enabled Apptainer/Singularity images.","archived":false,"fork":false,"pushed_at":"2026-02-02T21:00:39.000Z","size":60,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-03T10:53:31.527Z","etag":null,"topics":["apptainer","hpc-applications","jupyter","singularity","singularity-container"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ncar-xdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-03-04T04:48:58.000Z","updated_at":"2024-12-26T18:50:34.000Z","dependencies_parsed_at":"2024-01-01T23:29:45.281Z","dependency_job_id":"d0251e14-e48d-4c18-9b20-8768235b0466","html_url":"https://github.com/ncar-xdev/repo2apptainer","commit_stats":null,"previous_names":["andersy005/repo2singularity"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ncar-xdev/repo2apptainer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncar-xdev%2Frepo2apptainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncar-xdev%2Frepo2apptainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncar-xdev%2Frepo2apptainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncar-xdev%2Frepo2apptainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ncar-xdev","download_url":"https://codeload.github.com/ncar-xdev/repo2apptainer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncar-xdev%2Frepo2apptainer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29454795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["apptainer","hpc-applications","jupyter","singularity","singularity-container"],"created_at":"2025-03-11T22:23:59.239Z","updated_at":"2026-02-14T20:06:08.557Z","avatar_url":"https://github.com/ncar-xdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# repo2apptainer\n\n_✨ This code is highly experimental! Let the buyer beware ⚠️ ;) ✨_\n\n| CI          | [![GitHub Workflow Status][github-ci-badge]][github-ci-link] [![Code Coverage Status][codecov-badge]][codecov-link] [![pre-commit.ci status][pre-commit.ci-badge]][pre-commit.ci-link] |\n| :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |\n| **Docs**    |                                                                     [![Documentation Status][rtd-badge]][rtd-link]                                                                     |\n| **Package** |                                                          [![Conda][conda-badge]][conda-link] [![PyPI][pypi-badge]][pypi-link]                                                          |\n| **License** |                                                                         [![License][license-badge]][repo-link]                                                                         |\n\nWrapper around [repo2docker](https://github.com/jupyter/repo2docker) producing Jupyter enabled [Apptainer/Singularity](https://apptainer.org/) images.\n\n## Usage\n\n```bash\n$ repo2apptainer --help\nUsage: repo2apptainer [OPTIONS] COMMAND [ARGS]...\n\n  Convert a repository to a Apptainer (formerly Singularity) image\n\nOptions:\n  --install-completion  Install completion for the current shell.\n  --show-completion     Show completion for the current shell, to copy it or\n                        customize the installation.\n  --help                Show this message and exit.\n\nCommands:\n  build    Build an Apptainer/Singularity image from a repository\n  run      Run an Apptainer/Singularity image\n  version  Print the version\n```\n\n```bash\n$ repo2apptainer build --help\nUsage: repo2apptainer build [OPTIONS] REPO\n\n  Build an Apptainer/Singularity image from a repository\n\nArguments:\n  REPO  [required]\n\nOptions:\n  --ref TEXT            [default: main]\n  --force / --no-force  [default: no-force]\n  --help                Show this message and exit.\n```\n\n[github-ci-badge]: https://img.shields.io/github/workflow/status/ncar-xdev/repo2apptainer/CI?label=CI\u0026logo=github\n[github-ci-link]: https://github.com/ncar-xdev/repo2apptainer/actions?query=workflow%3ACI\n[codecov-badge]: https://img.shields.io/codecov/c/github/ncar-xdev/repo2apptainer.svg?logo=codecov\n[codecov-link]: https://codecov.io/gh/ncar-xdev/repo2apptainer\n[rtd-badge]: https://img.shields.io/readthedocs/repo2apptainer/latest.svg\n[rtd-link]: https://repo2apptainer.readthedocs.io/en/latest/?badge=latest\n[pypi-badge]: https://img.shields.io/pypi/v/repo2apptainer?logo=pypi\n[pypi-link]: https://pypi.org/project/repo2apptainer\n[conda-badge]: https://img.shields.io/conda/vn/conda-forge/repo2apptainer?logo=anaconda\n[conda-link]: https://anaconda.org/conda-forge/repo2apptainer\n[license-badge]: https://img.shields.io/github/license/ncar-xdev/repo2apptainer\n[repo-link]: https://github.com/ncar-xdev/repo2apptainer\n[pre-commit.ci-badge]: https://results.pre-commit.ci/badge/github/ncar-xdev/repo2apptainer/main.svg\n[pre-commit.ci-link]: https://results.pre-commit.ci/latest/github/ncar-xdev/repo2apptainer/main\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncar-xdev%2Frepo2apptainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fncar-xdev%2Frepo2apptainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncar-xdev%2Frepo2apptainer/lists"}