Skip to content

Instantly share code, notes, and snippets.

@kikitux
Created October 21, 2025 10:26
Show Gist options
  • Save kikitux/85f3de0753005fe7f8d9b7a65f3a4347 to your computer and use it in GitHub Desktop.
Save kikitux/85f3de0753005fe7f8d9b7a65f3a4347 to your computer and use it in GitHub Desktop.
tfc-agent
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