-
Notifications
You must be signed in to change notification settings - Fork 798
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
use absolute path for bundlePath #745
Conversation
When running buildah code on Atomic Hosts, we need to make sure the absolute path for the bundlePath is used or operations will fail. Signed-off-by: baude <[email protected]>
Solves a persistent issue with Podman's CI we've been encountering. LGTM |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM assuming happy test. Going to give it a quick spin on a vm or two too.
I tested this on a F27AH |
📌 Commit ecb2f8d has been approved by |
Passes the baseline tests on F28 |
☀️ Test successful - status-papr |
When running buildah code on Atomic Hosts, we need to make sure
the absolute path for the bundlePath is used or operations
will fail.
Signed-off-by: baude [email protected]