Skip to content

zrwaite/SSHDockerPipeline

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Multi-Container SSH Server Pipeline

  1. Pass image_name, port, ssh_host, ssh_port, ssh_user, ssh_password
  2. SSH to ssh_host:ssh_port as ssh_user with ssh_password
  3. Pulls the new image from the registry.
  4. It finds running container with that image_name, of any version
  5. If found, it stops that container.
  6. Cleans up loose containers
  7. Runs new image at port specified
  8. Cleans up loose images
  9. Disconnects SSH

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published