You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
The text was updated successfully, but these errors were encountered: