Remix.run Logo
viraptor 3 days ago

You pull the images you want to use, preferably with some automated process, then push them to your own repo. And anyways use your own repo when pulling for dev/production. It saves you from images disappearing as well.

paulddraper 3 days ago | parent [-]

What do you like using for your own repo? Artifactory? Something else?

KronisLV 2 days ago | parent | next [-]

There is Sonatype Nexus. A bit annoying to administer (automated cleanup works every time, 60% of the time), but supports most package formats (Maven, npm, NuGet and so on) alongside offering Docker registries, both hosted and proxy ones. Also can be deployed as a container itself.

GuinansEyebrows 3 days ago | parent | prev | next [-]

I have experience with ECR. If you’re in the AWS ecosystem it does the job.

paulddraper 2 days ago | parent [-]

You've now replaced one service with another :)

But maybe ECR is better than Docker Hub.

GuinansEyebrows 2 days ago | parent [-]

you're not wrong :) and i can't claim to have stress tested either.

__turbobrew__ 3 days ago | parent | prev [-]

Note, artifactory SaaS had downtime today as well.