-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
(Public Beta) Ubuntu 22.04 is now available #5490
Comments
Please consider updating default Go to version 1.18 |
I tested the
Is this the intended behaviour? Starting it when needed and don't start it per default might save some resources / startup time so I could understand this change. But it does not seem to be documented in this issue. Is this a bug then? (I have not run a dedicated test for this, I simply ran the exact same workflow which works on |
@EdJoPaTo, We will check it. Temporary workaround is to remove daemon.conf:
|
@MehdiChinoune, feel free to create a separate issue. |
I successfully build the image, and was trying to use it with the Azure DevOps ScaleSet feature, but the agents are not coming up. "Azure Pipelines Extension failed with message: The Extension failed to execute: Pipeline script execution failed with exit code 100" |
@olandese, This fix has been merged. |
Ubuntu-22.04 is now available in Azure DevOps too |
I second that. Also note that the default |
I can confirm that I am experiencing the same problem and the proposed workaround does not work for me. |
GitHub Actions recently provides public beta version of Ubuntu 22.04 actions/runner-images#5490 This change set just adds environment checking matrix for further changes.
GitHub has rolled out Ubuntu 22 as the new default but this is still missing Firefox, causing the following failure for all jobs: > Starting browser FirefoxHeadless > ERROR [launcher]: Cannot start FirefoxHeadless > Can not find the binary `firefox` Ref actions/runner-images#5490
mongo is available for ubuntu 22. Are you planning on re-adding? |
GitHub has rolled out Ubuntu 22 as the new default but this is still missing Firefox, causing the following failure for all jobs: > Starting browser FirefoxHeadless > ERROR [launcher]: Cannot start FirefoxHeadless > Can not find the binary `firefox` Ref actions/runner-images#5490
Do you plan to bring geckodriver back? |
According to #6626 (comment), I understand this is a |
Github released Ubuntu 22.04 as a runner for many actions: actions/runner-images#5490. As a result, we started experiencing intermittent failures as the underlying runner's support varied for older versions of Magento.
Github released Ubuntu 22.04 as a runner for many actions: actions/runner-images#5490. As a result, we started experiencing intermittent failures as the underlying runner's support varied for older versions of Magento.
Can I pull this image locally to investigate the setup, for example I would like to make some changes to the apache configuration, sp it's useful to explore it locally before making any changes, is that is possible? |
### What changes were proposed in this pull request? This PR aims to add `Ubuntu 22.04` to GitHub Action. ### Why are the changes needed? This will help the verification on the latest release. Although [GitHub Action Virtual Environments](https://github.com/actions/virtual-environments) don't support `Ubuntu 22.04` officially yet, `Ubuntu 22.04` is available as `Public Beta`. - actions/runner-images#5490 ### How was this patch tested? Pass the GitHub Action on this PR.
Breaking changes
Ubuntu 22.04 is now available for all GitHub Actions and Azure DevOps users.
You can use the ubuntu 22.04 image label in your YAML to select this image.
GitHub Actions
Azure DevOps
The image is marked as "beta" for now. It means some software can be unstable on the new platform. Also, there could be queueing issues as the capacity will be balanced only throughout the next weeks.
Please report any problems with the new image to this repository.
Software difference between Ubuntu 20 and Ubuntu 22
- actions/setup-dotnet (GitHub Actions)
- Use .NET Core (Azure DevOps)
sqlcmd 17.*
Pre-cached versions: 1.16, 1.17, 1.18
Pre-cached versions: 1.17, 1.18
- actions/setup-go (GitHub Actions)
- Go Tool Installer (Azure DevOps)
Pre-cached versions: 12, 14, 16
Pre-cached versions: 14, 16
- actions/setup-node (GitHub Actions)
- Node.js Tool Installer (Azure DevOps)
Pre-cached versions: 2.7, 3.6, 3.7, 3.8, 3.9, 3.10
Pre-cached versions: 3.7, 3.8, 3.9, 3.10
Pre-cached versions: 2.5, 2.6, 2.7, 3.0, 3.1
Pre-cached versions: 3.1
Zipped: 3.1.0, 4.4.0, 5.9.0, 6.6.0
Zipped: -
- azure-powershell-action (GitHub Actions)
- Azure PowerShell (Azure DevOps)
buildpack-deps: bullseye, buster, stretch
debian: 9, 10, 11
node: 12, 14, 16
ubuntu: 16, 18, 20
buildpack-deps: bullseye, buster
debian: 10, 11
node: 14, 16
ubuntu: 18, 20, 22
Target date
May 5, 2022
The motivation for the changes
Ubuntu 22.04 LTS has been released.
Possible impact
n\a
Virtual environments affected
Mitigation ways
n\a
The text was updated successfully, but these errors were encountered: