ComradeMiao@lemmy.world to Selfhosted@lemmy.worldEnglish · edit-24 days agoHow to maintain a local repository of docker images in case they go offline?message-squaremessage-square17fedilinkarrow-up143arrow-down14file-text
arrow-up139arrow-down1message-squareHow to maintain a local repository of docker images in case they go offline?ComradeMiao@lemmy.world to Selfhosted@lemmy.worldEnglish · edit-24 days agomessage-square17fedilinkfile-text
minus-squaretimbuck2themoon@sh.itjust.workslinkfedilinkEnglisharrow-up4·4 days agoJust use a sonatype nexus 3 image and proxy docker hub, etc. Then you pull images through it.
minus-squareprecarious_primes@lemmy.mllinkfedilinkEnglisharrow-up3·3 days agoWe run this at work so we have forever copies of image tags and to reduce dockerhub rate limit issues. Works well even for a large dev team.
Just use a sonatype nexus 3 image and proxy docker hub, etc. Then you pull images through it.
We run this at work so we have forever copies of image tags and to reduce dockerhub rate limit issues. Works well even for a large dev team.