mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #582] Enhancement: Bring docker image and paths in line with latest runner model #387
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#387
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 @JustinGrote on GitHub (Mar 24, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/582
Describe feature
The Actions runner has the following differences now from act, Act should be brought in line to ensure a more robust test environment:
runneruser, not root. Actions that work in act with root privileges will fail in the runner~/work/RepositoryName/RepositoryName@JustinGrote commented on GitHub (Mar 24, 2021):
I'd be willing to invest time in a PR if there was a reasonable chance of it being accepted.
@catthehacker commented on GitHub (Mar 25, 2021):
There is already a PR for changing path where repository is checked out (#567)
As for the
runneruser, I already have basic docker image ready but didn't get further than that yet.github.com/catthehacker/docker_images@e4dbf90932/linux/ubuntu/runner/DockerfileI can also help with PR.
ref:
@github-actions[bot] commented on GitHub (Apr 29, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@catthehacker commented on GitHub (Apr 29, 2021):
Will close this in favour of already opened issue(s) mentioned above.