[PR #19] [CLOSED] not-finished, but ssh://remote talks to the docker daemon, and is able to build images #1325

Closed
opened 2026-03-01 21:50:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/19
Author: @SvenDowideit
Created: 1/23/2019
Status: Closed

Base: masterHead: add-connhelper


📝 Commits (2)

  • 0616a0d not-finished, but ssh://remote talks to the docker daemon, and is able to build images
  • 4fd53a8 extract 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.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/19 **Author:** [@SvenDowideit](https://github.com/SvenDowideit) **Created:** 1/23/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-connhelper` --- ### 📝 Commits (2) - [`0616a0d`](https://github.com/nektos/act/commit/0616a0d654b0e78869a3206a95c5e18ccd67e590) not-finished, but ssh://remote talks to the docker daemon, and is able to build images - [`4fd53a8`](https://github.com/nektos/act/commit/4fd53a832d49ca2ee647385ad327048707550d23) extract the getDockerClient code ### 📊 Changes **9 files changed** (+137 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:50:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1325
No description provided.