Skip to content

Orbit containerfile fixes#230

Merged
theyoyojo merged 3 commits into
masterfrom
orbit_containerfile_fixes
Feb 11, 2025
Merged

Orbit containerfile fixes#230
theyoyojo merged 3 commits into
masterfrom
orbit_containerfile_fixes

Conversation

@charliemirabile

Copy link
Copy Markdown
Contributor

fixes #227

the file contents contain escape sequences (\ and \n) that should be part
of the string and not interpretted by python. The easy way to do that is
to use the python raw string syntax.
Mutt fails to create its cache file because the directory does not exist
which means every time that you open mutt it has to redownload all the email
The strip removes the trailing newline which is kind of unpleasant if
you ever just curl the file without piping into podman build. Just
remove the whitespace and the strip.

@theyoyojo theyoyojo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@theyoyojo theyoyojo merged commit 6851655 into master Feb 11, 2025
@theyoyojo theyoyojo deleted the orbit_containerfile_fixes branch February 11, 2025 22:10
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.

fix containerfile

2 participants