Created
October 21, 2025 10:26
-
-
Save kikitux/85f3de0753005fe7f8d9b7a65f3a4347 to your computer and use it in GitHub Desktop.
tfc-agent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM hashicorp/tfc-agent | |
| USER root | |
| RUN mkdir /.tfc-agent && \ | |
| chmod og+rw /.tfc-agent && \ | |
| chmod o+rx /home/tfc-agent | |
| USER tfc-agent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment