@ComradeMiao to SelfhostedEnglish • edit-23 days agoHow to maintain a local repository of docker images in case they go offline?message-square17arrow-up141arrow-down14file-text
arrow-up137arrow-down1message-squareHow to maintain a local repository of docker images in case they go offline?@ComradeMiao to SelfhostedEnglish • edit-23 days agomessage-square17file-text
minus-squareScrubbleslinkfedilinkEnglish3•edit-23 days agoFor most of you suggesting hosting a repository - yes but, Host forgejo. Just host the git mirror. It comes with a package repo out of the box. Then you have the source code and the docker images
minus-square@[email protected]linkfedilinkEnglish2•2 days 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-squareScrubbleslinkfedilinkEnglish2•2 days agooh freaking awesome, this looks amazing! Thank you so much for this!
minus-squareMattlinkfedilinkEnglish1•2 days ago Host forgejo. Or Gitea if you want to run the upstream.
For most of you suggesting hosting a repository - yes but,
Host forgejo. Just host the git 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!
Or Gitea if you want to run the upstream.