{"id":22599612,"url":"https://github.com/singularityhub/install-singularity","last_synced_at":"2025-04-11T01:23:07.300Z","repository":{"id":92775754,"uuid":"575675193","full_name":"singularityhub/install-singularity","owner":"singularityhub","description":"Action to install Singlarity optimized for simplicity.","archived":false,"fork":false,"pushed_at":"2024-02-15T04:40:41.000Z","size":74,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-03-15T06:45:39.123Z","etag":null,"topics":["action","install","singularity"],"latest_commit_sha":null,"homepage":"","language":null,"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/singularityhub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"vsoch"}},"created_at":"2022-12-08T03:31:20.000Z","updated_at":"2024-08-23T07:12:32.985Z","dependencies_parsed_at":"2024-02-15T05:30:05.145Z","dependency_job_id":"5d984fe6-14c4-4f7c-916c-85435ae1a5ed","html_url":"https://github.com/singularityhub/install-singularity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularityhub%2Finstall-singularity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularityhub%2Finstall-singularity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularityhub%2Finstall-singularity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularityhub%2Finstall-singularity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singularityhub","download_url":"https://codeload.github.com/singularityhub/install-singularity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248323514,"owners_count":21084521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["action","install","singularity"],"created_at":"2024-12-08T11:10:40.690Z","updated_at":"2025-04-11T01:23:07.258Z","avatar_url":"https://github.com/singularityhub.png","language":null,"funding_links":["https://github.com/sponsors/vsoch"],"categories":[],"sub_categories":[],"readme":"# Install Singularity Action\n\n\u003cimg src=\"img/logo.png\" alt=\"https://www.sylabs.io/guides/latest/user-guide\" data-canonical-src=\"https://www.sylabs.io/guides/latest/user-guide\" width=\"200\" height=\"200\"\u003e\n\n\n## Usage\n\nThe action has the following variables:\n\n| Name | Description | Required | Default |\n|------|-------------|----------|---------|\n|singularity-version | release version of [sylabs/singularity](https://github.com/sylabs/singularity/releases/) to install | false | 3.10.4 |\n|go-version | version or range to provide to [actions/setup-go](https://github.com/actions/setup-go) | false | '\u003e=1.17.0' |\n|cleanup| cleanup archive extracted to /tmp | false | true |\n\nAnd you can use as follows:\n\n```yaml\nname: Build Singularity\non:\n  pull_request: []\n\njobs:\n  install-singularity:\n    name: Install Singularity\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout Repository\n        uses: actions/checkout@v3\n      - name: Singularity install with defaults\n        uses: singularityhub/install-singularity@main\n\n  install-singularity-custom:\n    name: Install Singularity Custom\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout Repository\n        uses: actions/checkout@v3\n      - name: Singularity install with defaults\n        uses: singularityhub/install-singularity@main\n        with:\n          singularity-version: '3.10.1'\n          go-version: '1.18.0'\n```\n\nSee the [action.yaml](action.yaml) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingularityhub%2Finstall-singularity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingularityhub%2Finstall-singularity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingularityhub%2Finstall-singularity/lists"}