mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #19] [CLOSED] not-finished, but ssh://remote talks to the docker daemon, and is able to build images #1325
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#1325
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?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/19
Author: @SvenDowideit
Created: 1/23/2019
Status: ❌ Closed
Base:
master← Head:add-connhelper📝 Commits (2)
0616a0dnot-finished, but ssh://remote talks to the docker daemon, and is able to build images4fd53a8extract the getDockerClient code📊 Changes
9 files changed (+137 additions, -11 deletions)
View changed files
📝
.github/actions/check/entrypoint.sh(+9 -2)📝
README.md(+1 -0)📝
actions/runner_exec.go(+1 -1)📝
container/docker_build.go(+1 -3)📝
container/docker_common.go(+32 -0)📝
container/docker_pull.go(+1 -3)📝
container/docker_run.go(+1 -2)📝
go.mod(+25 -0)📝
go.sum(+66 -0)📄 Description
playing with solving #18 - as I'd love to use the big Linux server I have from the small Windows Surface Go I use :)
So I've started plugging in the docker/cli connhelper to use ssh, but it also requires the git repository to be tar'd up and sent to the remote
Signed-off-by: Dowideit, Sven (O&A, St. Lucia) Sven.Dowideit@csiro.au
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.