@Tilak Maddy this should work. You would need to ensure that your agent is authenticated with your private Dockerhub registry. The easiest way to do it would be to authenticate in the same session/process before you start the agent. The command would be something like: "docker login -u YOUR_USERNAME -p PASSWORD"