Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Usecase] RepoSync #10

Open
Le-Syl21 opened this issue Aug 26, 2021 · 0 comments
Open

[Usecase] RepoSync #10

Le-Syl21 opened this issue Aug 26, 2021 · 0 comments
Labels

Comments

@Le-Syl21
Copy link

We use an Ubuntu LTS with Docker to have repository proxy using Sonatype Nexus3

For some distro (RHEL) we want to keep every installable package other times even if not anymore online.

We can do a reposync but :
1/ I don't want to consume both time some space
2/ I want everything in the same interface (Nexus3)

Nexus3 don't manage mirrors, so I create a docker redhat-ubi using my Nexus proxy to do a reposync.

It will place all file in my proxy and don't use space twice cause reposync use a nullfs ;-)

To do that you need nullfs loaded on the host (Ubuntu) and docker --privileged for container can use mount

Thx again for your amazing work

@abbbi abbbi added the Usecase label Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants