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

change default machine image for windows #1603

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

baude
Copy link
Member

@baude baude commented Aug 8, 2023

wsl no longer uses this field and for windows using hyperv, it should be set to "testing" like all other providers that use fcos as a base machine image.

wsl no longer uses this field and for windows using hyperv, it should be
set to "testing" like all other providers that use fcos as a base
machine image.

Signed-off-by: Brent Baude <bbaude@redhat.com>
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 8, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: baude

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Aug 8, 2023
@rhatdan
Copy link
Member

rhatdan commented Aug 8, 2023

LGTM
@vrothberg @Luap99 @giuseppe @n1hility @mheon @containers/podman-maintainers PTAL

@n1hility
Copy link
Member

n1hility commented Aug 8, 2023

LGTM

@mheon
Copy link
Member

mheon commented Aug 8, 2023

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Aug 8, 2023
@openshift-merge-robot openshift-merge-robot merged commit b1c8ab7 into containers:main Aug 8, 2023
7 checks passed
Comment on lines 7 to 9
func getDefaultMachineImage() string {
return "35"
return "testing"
}
Copy link
Member

Choose a reason for hiding this comment

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

if all providers should return the same thing then this function should be removed from the _<os>.go files and the default should just be dinfed once for eveything

Also the comment of this function is now wrong.

baude added a commit to baude/common that referenced this pull request Aug 11, 2023
small refactoring for containers#1603 adn containers#1608 where we no longer have operating
system differences.

Signed-off-by: Brent Baude <bbaude@redhat.com>
baude added a commit to baude/common that referenced this pull request Aug 11, 2023
small refactoring for containers#1603 adn containers#1608 where we no longer have operating
system differences.

Signed-off-by: Brent Baude <bbaude@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants