dockerregistrypusher
dockerregistrypusher copied to clipboard
Push your docker tarred image without docker
chunkedUpload failed when uploadUrl (which is specified by registry server) does not contain query string parameter. When uploadUrl does not contain query string, adding digest in query string should be...
For a repo server like `myserver.cloud:1234` uploading fails because `Registry.getImageTag()` sees the colon for the port as the start of the image tag. It should reverse search the repo data...
Noticed this typo, will cause a problem if using the setAuth method.