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

How to use Fileshare as rootFS #274

Open
faizan002 opened this issue Jan 31, 2024 · 0 comments
Open

How to use Fileshare as rootFS #274

faizan002 opened this issue Jan 31, 2024 · 0 comments
Labels
documentation A PR that adds to documentation - used by Release Drafter

Comments

@faizan002
Copy link

Describe your use-case which is not covered by existing documentation.

I want to use Azure fileshare as rootFS.
I have created a fileshare and I am able to add it as volume.
`volumes:

  • mountPath: "/mnt/j"
    shareName: "- moacishare"
    credentialsId: azurestorageaccessforacifileshare`
    However, when I try to use this mounted volume as rootFS, I get errors.
    Mainly because container runs as jenkins user and mount has access and ownership for root user.

Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.

https://learn.microsoft.com/en-us/azure/container-instances/container-instances-volume-azure-files
https://github.com/jenkinsci/docker-ssh-agent

Are you interested in contributing to the documentation?

No response

@faizan002 faizan002 added the documentation A PR that adds to documentation - used by Release Drafter label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation A PR that adds to documentation - used by Release Drafter
Projects
None yet
Development

No branches or pull requests

1 participant