Skip to content

[release/1.6] Update Fedora and EL linux version in vagrant#10339

Merged
mxpv merged 3 commits intocontainerd:release/1.6from
dmcgowan:1.6-update-vagrant-images
Jun 14, 2024
Merged

[release/1.6] Update Fedora and EL linux version in vagrant#10339
mxpv merged 3 commits intocontainerd:release/1.6from
dmcgowan:1.6-update-vagrant-images

Conversation

@dmcgowan
Copy link
Member

Fixes the broken vagrant builds

(cherry picked from commit 08c1e12)

Signed-off-by: Akihiro Suda <[email protected]>
(cherry picked from commit 08c1e12)
Signed-off-by: Derek McGowan <[email protected]>
@dmcgowan dmcgowan changed the title [release/16] Update Fedora and EL linux version in vagrant [release/1.6] Update Fedora and EL linux version in vagrant Jun 13, 2024
config.vm.box_version = ENV["BOX_VERSION"]
config.vm.box = ENV["BOX"] ? ENV["BOX"].split("@")[0] : "fedora/39-cloud-base"
# BOX_VERSION is deprecated. Use "BOX=<BOX>@<BOX_VERSION>".
config.vm.box_version = ENV["BOX_VERSION"] || (ENV["BOX"].split("@")[1] if ENV["BOX"])
Copy link
Member

@akhilerm akhilerm Jun 14, 2024

Choose a reason for hiding this comment

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

we dont have any box currently with @ in the string. This split is needed only if we add rockylinux/[email protected] into the list.

# The image was changed from rockylinux/8 to almalinux/8,
# as the former one no longer works:
# https://github.com/containerd/containerd/pull/10297
- almalinux/8
Copy link
Member

Choose a reason for hiding this comment

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

Should we add rockylinux/[email protected] also as in the main branch?

Copy link
Member Author

Choose a reason for hiding this comment

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

I removed because it wasn't passing (just timing out, not failing) and it doesn't cover any new cases we are targeting.

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

LGTM

@mxpv mxpv merged commit 2218a6b into containerd:release/1.6 Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants