ComradeMiao@lemmy.world to Selfhosted@lemmy.worldEnglish · edit-26 个月前How to maintain a local repository of docker images in case they go offline?message-squaremessage-square19linkfedilinkarrow-up144arrow-down15file-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-26 个月前message-square19linkfedilinkfile-text
minus-squaretimbuck2themoon@sh.itjust.workslinkfedilinkEnglisharrow-up4·6 个月前Just use a sonatype nexus 3 image and proxy docker hub, etc. Then you pull images through it.
minus-squareprecarious_primes@lemmy.mllinkfedilinkEnglisharrow-up3·6 个月前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.
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.