-
Notifications
You must be signed in to change notification settings - Fork 161
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
Use mirrors and shared cache via NFS with kas-container #123
Comments
Yes, both the Regarding NFS: Make sure to also forward the credentials into the container. |
I have the same requirement but still don't understand how to accomplish this. The
So it warns to make the paths available inside the container, but I don't see any additional way to add the paths into the container. The processing of the Maybe there should be an extra command line parameter to mount additional volumes into the container. Or the Unless I am missing something obvious? Maybe as a workaround, I could mount my nfs filesystem into a directory within my working directory which then would be accessible. |
Problem is that we would have to parse and translate the elements |
Thank you for responding. The |
Hi. I'm trying to create an automatic CI/CD pipeline. However, it sometimes fails mid compilation with FETCH error URL. Usually, when this happens locally, I restart it and it works, but in CI/CD this is not acceptable.
From what I understand, there is a possibility to use shared cache (r+w) + mirrors (r) via NFS. My question is, is it possible to set this and use it inside the
kas-container
? I have a NFS server configured. How can I do this?The text was updated successfully, but these errors were encountered: