-
Notifications
You must be signed in to change notification settings - Fork 47
Add defaults for machine-image #411
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
Conversation
|
✅ A new PR has been created in buildah to vendor these changes: containers/buildah#6446 |
Luap99
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.
The default image should likely be mentioned in common/docs/containers.conf.5.md as well.
Fixes: https://issues.redhat.com/browse/RUN-3578 Signed-off-by: Nicola Sella <[email protected]>
mtrmac
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.
Implementation LGTM, I have no opinion on whether this should happen. Trusting the Jira issue existence in that respect.
| CPUs: uint64(cpus), | ||
| DiskSize: 100, | ||
| // TODO: Set machine image default here | ||
| // Currently the default is set in Podman as we need time to stabilize |
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.
Is the default no longer set in Podman? If it still is, I would not pull this and the next line of comment.
|
One question, |
Fixes: https://issues.redhat.com/browse/RUN-3578