[PR #207] [MERGED] add support for ssh:// remote DOCKER_HOST #1385

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/207
Author: @SvenDowideit
Created: 4/24/2020
Status: Merged
Merged: 5/4/2020
Merged by: @cplee

Base: masterHead: remote_docker_support


📝 Commits (2)

  • 9203103 extract the docker NewClientWithOpts, and add connectionhelper for DOCKER_HOST set to ssh://remote
  • be96f69 Merge branch 'master' into remote_docker_support

📊 Changes

7 files changed (+42 additions, -15 deletions)

View changed files

📝 go.mod (+1 -0)
📝 go.sum (+3 -0)
📝 pkg/container/docker_build.go (+1 -3)
📝 pkg/container/docker_images.go (+1 -3)
📝 pkg/container/docker_pull.go (+1 -3)
📝 pkg/container/docker_run.go (+34 -3)
📝 pkg/container/docker_volume.go (+1 -3)

📄 Description

DOCKER_HOST=ssh://tower-sl ../act/act works so long as you can ssh tower-sl without needing any user action.

Thanks to the re-write, it was truely trivial this time :)


🔄 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/207 **Author:** [@SvenDowideit](https://github.com/SvenDowideit) **Created:** 4/24/2020 **Status:** ✅ Merged **Merged:** 5/4/2020 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `remote_docker_support` --- ### 📝 Commits (2) - [`9203103`](https://github.com/nektos/act/commit/9203103f9dea0a05db4ad6b9805cfd3419233082) extract the docker NewClientWithOpts, and add connectionhelper for DOCKER_HOST set to ssh://remote - [`be96f69`](https://github.com/nektos/act/commit/be96f6954a381854fdc0dcc839c98fe4ec8b94d9) Merge branch 'master' into remote_docker_support ### 📊 Changes **7 files changed** (+42 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -0) 📝 `go.sum` (+3 -0) 📝 `pkg/container/docker_build.go` (+1 -3) 📝 `pkg/container/docker_images.go` (+1 -3) 📝 `pkg/container/docker_pull.go` (+1 -3) 📝 `pkg/container/docker_run.go` (+34 -3) 📝 `pkg/container/docker_volume.go` (+1 -3) </details> ### 📄 Description `DOCKER_HOST=ssh://tower-sl ../act/act` works so long as you can `ssh tower-sl` without needing any user action. Thanks to the re-write, it was truely trivial this time :) --- <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:57 +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#1385
No description provided.