Reading/writing to worker filesystem from within a task? #5674
twitchyliquid64
started this conversation in
General
Replies: 2 comments
-
|
I think this discussion covers the same thing: #5495 tl;dr: There is currently no way to do this; it would require a code change, which I gave some details on in the linked thread. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I eventually got something to work by using the I've commented in the other thread, feel free to dupe this thread over to that one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the common case (public CI for open source projects) this should not be possible, but very simple setups (ie: I have concourse setup on an intel NUC for pet things) it would be nice to be able to mark my task as privileged and be able to IO to the underlying filesystem.
Has anyone worked out how to do this?
I've tried the following in a privileged task:
Beta Was this translation helpful? Give feedback.
All reactions