eWaterCycle/setup-apptainer

GitHub action to setup apptainer

https://github.com/ewatercycle/setup-apptainer

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary

Keywords from Contributors

hydrology mesh sequences interactive hacking network-simulation
Last synced: 4 months ago · JSON representation ·

Repository

GitHub action to setup apptainer

Basic Info
Statistics
  • Stars: 14
  • Watchers: 3
  • Forks: 6
  • Open Issues: 5
  • Releases: 3
Created over 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

typescript-action status DOI

This action enables you to easily use apptainer images in your GitHub action workflows.

GitHub Action to setup apptainer

To use apptainer containers in a workflow you need to install it first. This GitHub Action downloads and installs it for you.

The setup will add the apptainer executable to the PATH env var so it can be called in later steps.

Inputs

apptainer-version

Version of apptainer. See releases page for available versions. Version string should start with major version, not with v character.

Example usage

yaml steps: - uses: actions/checkout@v2 - uses: eWaterCycle/setup-apptainer@v2 with: apptainer-version: 1.3.6 - name: Run an apptainer container run: apptainer run docker://alpine cat /etc/os-release

Contributing

If you want to contribute to the development of apptainer-setup action, have a look at the contribution guidelines.

Owner

  • Name: eWaterCycle
  • Login: eWaterCycle
  • Kind: organization

Citation (CITATION.cff)

# YAML 1.2
---
authors:
  -
    affiliation: "Netherlands eScience Center"
    family-names: Verhoeven
    given-names: Stefan
    orcid: "https://orcid.org/0000-0002-5821-2060"
cff-version: "1.2.0"
keywords:
  - github
  - action
  - apptainer
  - setup
license: Apache-2.0
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/eWaterCycle/setup-apptainer"
url: https://github.com/marketplace/actions/setup-apptainer
title: setup-apptainer
abstract: GitHub Action workflow to setup apptainer.
identifiers:
  - type: doi
    value: 10.5281/zenodo.7097122
    description: >-
      DOI represents all versions, and will always
      resolve to the latest one.
...

GitHub Events

Total
  • Watch event: 6
  • Delete event: 1
  • Pull request event: 1
  • Fork event: 1
Last Year
  • Watch event: 6
  • Delete event: 1
  • Pull request event: 1
  • Fork event: 1

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 59
  • Total Committers: 4
  • Avg Commits per committer: 14.75
  • Development Distribution Score (DDS): 0.441
Past Year
  • Commits: 5
  • Committers: 2
  • Avg Commits per committer: 2.5
  • Development Distribution Score (DDS): 0.2
Top Committers
Name Email Commits
Stefan Verhoeven s****n@g****m 33
dependabot[bot] 4****] 22
Kirill Kouzoubov k****8@g****m 3
Nicola Soranzo n****o@g****m 1

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 4
  • Total pull requests: 77
  • Average time to close issues: 4 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 3
  • Total pull request authors: 4
  • Average comments per issue: 1.5
  • Average comments per pull request: 0.6
  • Merged pull requests: 33
  • Bot issues: 0
  • Bot pull requests: 69
Past Year
  • Issues: 0
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 17 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
  • nhomega (1)
  • sverhoeven (1)
  • ric-evans (1)
Pull Request Authors
  • dependabot[bot] (73)
  • sverhoeven (5)
  • nsoranzo (2)
  • Kirill888 (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (73) javascript (61) github_actions (12)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total docker downloads: 4,276
  • Total dependent packages: 0
  • Total dependent repositories: 29
  • Total versions: 5
github actions: eWaterCycle/setup-apptainer

Setup apptainer an open source container platform

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 29
  • Docker Downloads: 4,276
Rankings
Dependent packages count: 0.0%
Docker downloads count: 1.6%
Dependent repos count: 8.2%
Average: 8.5%
Forks count: 13.0%
Stargazers count: 19.8%
Last synced: 6 months ago

Dependencies

package-lock.json npm
  • 455 dependencies
package.json npm
  • @types/node ^18.7.18 development
  • @typescript-eslint/parser ^5.38.0 development
  • @vercel/ncc ^0.34.0 development
  • eslint ^8.0.1 development
  • eslint-plugin-github ^4.3.2 development
  • eslint-plugin-jest ^27.0.4 development
  • jest ^29.0.3 development
  • js-yaml ^4.1.0 development
  • prettier 2.7.1 development
  • ts-jest ^29.0.1 development
  • typescript ^4.8.3 development
  • @actions/core ^1.9.1
  • @actions/exec ^1.1.1
  • @actions/tool-cache ^2.0.1
.github/workflows/check-dist.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3.5.1 composite
  • actions/upload-artifact v3 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v1 composite
  • github/codeql-action/autobuild v1 composite
  • github/codeql-action/init v2 composite
.github/workflows/test.yml actions
  • ./ * composite
  • actions/checkout v3 composite
action.yml actions
  • dist/index.js node16 javascript