简体   繁体   中英

Push Docker image in Tar ball to a OpenShift Docker

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.

may be this can be helpful, you can run docker on local windows server, and then load the image tar to local docker then push it to remote repo. Steps are given in this link.

https://docs.openshift.com/container-platform/3.11/install/disconnected_install.html#disconnected-populate-registry

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM