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

[Ubuntu] Add Ubuntu-24.04 base image #9754

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

erik-bershel
Copy link
Contributor

Description

Due to release of the new Ubuntu Noble Numbat we are going to release related runner image.

Related issue:

#9691

Check list

  • Related issue / work item is attached
  • Tests are written (if applicable)
  • Documentation is updated (if applicable)
  • Changes are tested and related VM images are successfully generated

@mikhailkoliada mikhailkoliada merged commit 3d2dd97 into actions:main Apr 26, 2024
4 checks passed
@HonkingGoose
Copy link

I apologize in advance, as this may be a silly question. The readme.md does not list the Ubuntu 24.04 as an available image. Is that what you really wanted?

I kinda expected this PR to put ubuntu-24.04 in the "Available Images" section of the readme. But maybe there is more work that needs to be done before this image can be released as a beta to the general public?

@dmytrosklyarov
Copy link

dmytrosklyarov commented Apr 29, 2024

Hi, am I the only one experiencing issues with Ubuntu 22.04 image generation with the next error (potentially after the merge of this PR):

==> azure-arm.build_image: /imagegeneration/SoftwareReport/Generate-SoftwareReport.ps1 : The term 'erl' is not recognized as a name of a cmdlet, function, script file, or executable program. ==> azure-arm.build_image: Check the spelling of the name, or if a path was included, verify that the path is correct and try again. ==> azure-arm.build_image: + CategoryInfo : ObjectNotFound: (erl:String) [Generate-SoftwareReport.ps1], CommandNotFoundException ==> azure-arm.build_image: + FullyQualifiedErrorId : CommandNotFoundException,Generate-SoftwareReport.ps1

@@ -144,7 +145,7 @@ Describe "Cmake" {
}
}

Describe "erlang" -Skip:(Test-IsUbuntu22) {
Describe "erlang" -Skip:(-not (Test-IsUbuntu20)) {
Copy link

Choose a reason for hiding this comment

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

Hello,
This test is not skipped in Ubuntu22 causing the following problem: ==> azure-arm.build_image: /imagegeneration/SoftwareReport/Generate-SoftwareReport.ps1 : The term 'erl' is not recognized as a name of a cmdlet, function, script file, or executable program. ==> azure-arm.build_image: Check the spelling of the name, or if a path was included, verify that the path is correct and try again. ==> azure-arm.build_image: + CategoryInfo : ObjectNotFound: (erl:String) [Generate-SoftwareReport.ps1], CommandNotFoundException ==> azure-arm.build_image: + FullyQualifiedErrorId : CommandNotFoundException,Generate-SoftwareReport.ps1

guicaulada pushed a commit to grafana/runner-images that referenced this pull request Jun 11, 2024
Co-authored-by: Alexey Ayupov <alexey-ayupov@github.com>
@joaopedrocg27
Copy link

Hey @erik-bershel

Why was apt-fast removed from ubuntu 24? Is this now provided by default or there were other concerns?

@erik-bershel erik-bershel deleted the add-ubuntu-24-stable branch August 12, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants