Add support for authentication to run task

Issue #19 new
Keith Starling created an issue

While the task for pushing to a registry supports adding username and password, the run task does not. This prevents easily using a private registry that requires authentication to run a container. The workaround is to wrap the run task with scripts to login/logout, but this is rather cumbersome and could theoretically run into some race conditions if multiple agents are running in parallel.

Comments (0)

  1. Log in to comment