I have a jenkins in a standalone Windows 7 server. We have a request to add a build job to build a project, which produce a Docker image in Tar ball format, and push the image into a remote Docker Registry, which resides in OpenShift.
Trying to find a jenkins plugin that can do this. Found that Docker Common plugin have some command but as i understood it can push the image only from a docker registry to another.
Any guide where i can push the tar ball to a remote registry through a standalone jenkins? Thank you.