Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rely on OS temp directory #486

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Conversation

vfoucault
Copy link
Collaborator

Description

This is an issue to impose a /tmp as a default temporary directory, even thought this is the right one.

On some case, you'd end up having a /tmp which is not writable (k8s: securityContext -> readOnlyRootFilesystem: true) and you'd prefer to have a way to override this.

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

Checklist

  • Linter passes correctly
  • Add tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary

Does this introduce a breaking change?

  • Yes
  • No

Further comments

This is an issue to impose a `/tmp` as a default temporary directory, even thought this is the right one.

On some case, you'd end up having a `/tmp` which is not writable (k8s: securityContext -> readOnlyRootFilesystem: true) and you'd prefer to have a way to override this.
@render render bot temporarily deployed to fix/rely_on_system_temp_directory - chproxy PR #486 November 21, 2024 10:50 Destroyed
@vfoucault vfoucault merged commit f3e1288 into master Nov 21, 2024
6 checks passed
@vfoucault vfoucault deleted the fix/rely_on_system_temp_directory branch November 21, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants