Skip to content

Added docker-run-remote-script-node-step#74

Open
ArtemVdovyk wants to merge 1 commit into
rundeck-plugins:masterfrom
ArtemVdovyk:master
Open

Added docker-run-remote-script-node-step#74
ArtemVdovyk wants to merge 1 commit into
rundeck-plugins:masterfrom
ArtemVdovyk:master

Conversation

@ArtemVdovyk
Copy link
Copy Markdown

Added possibility to run docker image on the remote node.

Added possibility to run docker image on the remote node
@fdevans fdevans requested a review from Copilot March 18, 2026 21:16
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new Rundeck step provider intended to run the existing run-image script on a remote node (as opposed to the existing local/workflow node step), enabling docker run to be executed on the target node.

Changes:

  • Added a new provider docker-run-remote-script-node-step using RemoteScriptNodeStep.
  • Reused the existing run-image script and exposed the same set of Docker run options via step configuration.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread plugin.yaml
- type: String
name: cidfile
title: "cidfile"
description: "Write the container ID to the file"
Comment thread plugin.yaml
Comment on lines +592 to +597
title: docker / image / run / remote node
description: "Run the image and execute command"
plugin-type: script
script-interpreter: python -u
script-file: run-image
script-args: ${config.image} ${config.command}
Comment thread plugin.yaml
Comment on lines +593 to +597
description: "Run the image and execute command"
plugin-type: script
script-interpreter: python -u
script-file: run-image
script-args: ${config.image} ${config.command}
Comment thread plugin.yaml
Comment on lines +631 to +635
name: volumes-from
title: "volumes-from"
description: "Mount volumes from the specified container(s)"
renderingOptions:
groupName: "Container"
Comment thread plugin.yaml
- type: String
name: env-file
title: "file with environment variables"
description: "Set path of file with environment variables (in the filesystem where Rundeck runs)."
@fdevans
Copy link
Copy Markdown
Contributor

fdevans commented Mar 24, 2026

@ArtemVdovyk - Sorry it took us so long to reply, but this looks like a great PR. If you are able to address the feedback from CoPilot we can then merge into a local branch and take it from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants