Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: publish singularity image to registry #4

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Conversation

jtyoung84
Copy link
Contributor

@jtyoung84 jtyoung84 commented Mar 18, 2024

Closes #3

  • Adds script to build singularity container
  • Adds github action to publish container to github registry

@jtyoung84 jtyoung84 requested a review from yosefmaru March 18, 2024 20:40
wget -qO- https://github.com/sylabs/singularity/releases/download/v${SINGULARITY_VERSION}/singularity-ce-${SINGULARITY_VERSION}.tar.gz | \
tar xzv && \
cd singularity-ce-${SINGULARITY_VERSION} && \
./mconfig -p /usr/local && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this line need sudo?
sudo ./mconfig -p /usr/local &&

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not. I'm using a reference for this.

@jtyoung84 jtyoung84 requested a review from yosefmaru March 18, 2024 21:54
@jtyoung84 jtyoung84 merged commit 9633ebd into main Mar 18, 2024
3 checks passed
@jtyoung84 jtyoung84 deleted the ci-3-publish-image branch March 18, 2024 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish singularity container to github registry
2 participants