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

feat: support arbitrary mount options for each cache #28

Merged

Conversation

aminya
Copy link
Contributor

@aminya aminya commented Apr 2, 2024

Fixes #12
Closes #21

@aminya aminya force-pushed the support-cache-props branch 2 times, most recently from 4716303 to 57d2f8c Compare April 2, 2024 22:37
@aminya aminya force-pushed the support-cache-props branch from 2ff6d18 to cfc6f5e Compare April 2, 2024 22:41
@aminya aminya force-pushed the support-cache-props branch from d086e9f to d2e9ac7 Compare April 3, 2024 18:42
Signed-off-by: Amin Yahyaabadi <[email protected]>
@aminya aminya force-pushed the support-cache-props branch from 4020c7e to 2a1e987 Compare April 3, 2024 21:00
@aminya
Copy link
Contributor Author

aminya commented Apr 7, 2024

@AkihiroSuda Any more comment on this?

Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda merged commit 5de31fc into reproducible-containers:main Apr 8, 2024
3 checks passed
@ruffsl
Copy link

ruffsl commented Apr 9, 2024

Thanks @aminya for exposing all the mount arguments. As it turns out, I needed to set both the cash ID and sharing mode to match my Dockerfile in order for the cash injection and extraction to utilize the correct cash mount. Perhaps the sharing mode is included in the derivation of the internal cash key. Needless to PR now gives us that flexibility!

@aminya
Copy link
Contributor Author

aminya commented Apr 10, 2024

You're welcome! It's cool to see another robotics engineer using these tools.

I find the path parameter usually enough for my use cases, but feel free to document your findings in the readme.

@catks catks mentioned this pull request Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow setting id of mount
3 participants