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

Add personal-files interface to docker snap? #151

Open
trandersen-ufst opened this issue Aug 15, 2023 · 0 comments
Open

Add personal-files interface to docker snap? #151

trandersen-ufst opened this issue Aug 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@trandersen-ufst
Copy link

We would like to allow users to run gradle builds in docker using their existing credentials. I am using Ubuntu 23.04 and trying to use '--secret id=aws,src=$HOME/tmp/gradle.properties' which is denied by apparmor.

A bit of research found https://forum.snapcraft.io/t/how-to-change-docker-data-dir-folder/16662/4 and #7 which indicates that this is because the docker snap only has the home interface and not the personal-files interface so I cannot access this file by default, and I cannot enable personal-files to override it.

To my understanding the personal-files interface must be enabled when building the snap. Is this the right place for asking for that?

@locnnil locnnil added the enhancement New feature or request label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants