ComradeMiao@lemmy.world to Selfhosted@lemmy.worldEnglish · edit-23 months agoHow to maintain a local repository of docker images in case they go offline?message-squaremessage-square17fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareHow to maintain a local repository of docker images in case they go offline?ComradeMiao@lemmy.world to Selfhosted@lemmy.worldEnglish · edit-23 months agomessage-square17fedilinkfile-text
minus-squareScrubbles@poptalk.scrubbles.techlinkfedilinkEnglisharrow-up0·3 months agoFor most of you suggesting hosting a repository - yes but, Host forgejo. Just host the got mirror. It comes with a package repo out of the box. Then you have the source code and the docker images
minus-squarerearview@lemmy.ziplinkfedilinkEnglisharrow-up0·3 months agoAn alternative method is to run an actions workflow that syncs from upstream images directly, like what Forgejo actually do. https://code.forgejo.org/forgejo/oci-mirror
minus-squareScrubbles@poptalk.scrubbles.techlinkfedilinkEnglisharrow-up0·3 months agooh freaking awesome, this looks amazing! Thank you so much for this!
For most of you suggesting hosting a repository - yes but,
Host forgejo. Just host the got mirror. It comes with a package repo out of the box. Then you have the source code and the docker images
An alternative method is to run an actions workflow that syncs from upstream images directly, like what Forgejo actually do.
https://code.forgejo.org/forgejo/oci-mirror
oh freaking awesome, this looks amazing! Thank you so much for this!