Remix.run Logo
remram 3 days ago

That's also what the submitted tool does, I want to do the same thing just in the reverse direction. I just don't want to start extra containers on the prod machine.

selcuka 3 days ago | parent [-]

No, the second one (docker-pushmi-pullyu) runs the registry on the build host.

remram 3 days ago | parent [-]

I meant to reply to you, whoops.

docker-pushmi-pullyu does an extra copy from build host to a registry, so it is just the standard workflow.

I think Spegel does what I want (= serve images from the local cache as a registry), I might be able to build from that. It is meant to be integrated with Kubernetes though, making a simple transfer tool probably requires some adaptation.