Skip to content

Conversation

@ryanmoran
Copy link
Owner

Configuration files can now use the tilde (~) alias to reference the user's home directory in file paths. Paths starting with ~/ are expanded to the user's home directory by looking up the HOME environment variable.

This expansion applies to:

  • working_dir field
  • dockerfile field
  • volumes field (after environment variable expansion)

Configuration files can now use the tilde (~) alias to reference the user's
home directory in file paths. Paths starting with ~/ are expanded to the
user's home directory by looking up the HOME environment variable.

This expansion applies to:
- working_dir field
- dockerfile field
- volumes field (after environment variable expansion)
@ryanmoran ryanmoran merged commit 91751d3 into main Jan 3, 2026
1 check failed
@ryanmoran ryanmoran deleted the home-dir branch January 3, 2026 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants