mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1125] Enhancement: Running act on HPC/without admin rights #637
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#637
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ma7dev on GitHub (Apr 14, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1125
Describe feature
I am developing on an
HPCserver where I don't have admin rights to installgoanddocker. Although I might be able to ask the sysadmin to installgo, we can't installdockeron theHPCserver due to security reasons. However, theHPCserver has a replacement fordocker, which issingularity.I was wondering whether is enable
actto work withsingularityas it will enable researchers and engineers who are developing onHPCservers to runGitHub Actionson theHPCserver.If there is a replacement to
actthat does this, please let me know as I have been doing a lot of research and couldn't find something as powerful asactor even something that does the running ofGitHub ActionsonHPCservers.@catthehacker commented on GitHub (Apr 14, 2022):
you can specify socket with
DOCKER_HOSTenvironment variable and point it to singularity socket@KevinSayers commented on GitHub (Apr 15, 2022):
I just was pointed to Act and I am interested in the exact same application (so great timing!) of testing on an HPC system. Perhaps I am missing something but does the Singularity socket solution mentioned by @catthehacker require Singularity-CRI to be installed first?
@Linux-cpp-lisp commented on GitHub (Sep 20, 2022):
Can someone elaborate on how one would set up
DOCKER_HOSTwithsingularity? I am also on an academic cluster that will not support docker for security reasons but has singularity (https://docs.rc.fas.harvard.edu/kb/singularity-on-the-cluster/) and would like to be able to run CI workflows on that hardware.@magland commented on GitHub (Nov 11, 2022):
I would also love to use act with singularity, but I don't understand the solution from @catthehacker . Could someone elaborate a bit on how this would be done?
@ChristopherHX commented on GitHub (Nov 11, 2022):
I have absolutly no idea if "singularity socket" even exists, at least I cannot find any references for a docker compatible singularity daemon.
As long you don't need containers, you can test this change https://github.com/nektos/act/pull/1293. It allows you to manually start a container and execute act inside of it, without act trying to create child containers ( requires a cli flag mentioned in the PR ).