-
Notifications
You must be signed in to change notification settings - Fork 134
ci, feat - allow explicitly setting the container image #577
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
ci, feat - allow explicitly setting the container image #577
Conversation
but if it's not set, use podman, fall back to docker
I shouldn't need this?
faster iterations. I fucking hate debugging/testing GHA
_sigh_
Earlier I hit some issues with `docker cp`. Assert issue still presents
sudermanjr
left a comment
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, thanks! Just need a CLA signature now I think.
|
You can ignore that dev orb failing test. |
I've signed it but still no luck. Clicking Looking at the |
but if it's not set, use podman, fall back to docker
This PR fixes #576
Checklist
Description
What's the goal of this PR?
TO intelligently select between
dockerorpodmanfor pulling down the container image containingplutoWhat changes did you make?
What alternative solution should we consider, if any?