Hello,
I'm having trouble pushing a rather large image to the private
docker.illumina.com repository. Its size is about 40GB (containing a database-file). I always get the Gateway-Timeout-Error:
"Error pushing to registry: Server error: 504 trying to push <myrepo/img-name> blob - sha256:69a50398cdbae2bbb9fb0229bfc237b5b4c7657[...]"
(I removed the repository and shortened the hash here.)
Does anybody have any suggestions how to tackle this?
I've been trying docker client- and deamon/server- versions: 1.0.1, 1.6.2, 1.7.0
Client and Server API-Version: 1.12, 1.18, 1.19
the result was always the same. It seems to be related to the proxy of the repository (see
https://github.com/docker/docker/issues/1266). Since buffering and uploading the image takes some time it seems to me that the server just rejects it due to timeout.
Do you have any suggestion on how to solve this? I've been thinking to gzip the db-file (about 18Gb) and push it. But then it will have to be unzipped every time the image is spinned up on Basespace, which is not really desirable.
Best wishes,
Patrick