-
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
Add Ubuntu 20.04 focal #228
Comments
Thanks for the feedback! We offer LTS versions of Ubuntu and will be looking to add 20.04 when it becomes available. |
This issue has not had any activity in 30 days, if you still require assistance please remove the |
@kaylangan Now it's ready to use |
@kaylangan could this ticket be re-opened please? Thank you! CC @hannob |
I am having difficulty migrating CI to github actions for a project which needs newer GTK/glib than is available in 18.04. Is there any indication of when 20.04 will become available in actions? |
@kinnison I have the similar problem 😞 |
Is there any roadmap about this? I have some public GitHub Actions and want to test those on the Ubuntu 20.04 LTS. Now, the version is not available via jobs:
my_job:
container:
image: 'ubuntu:20.04' We are looking forward to 20.04! 😄 |
Hello everyone, we are looking at adding Ubuntu 20.04 environment but can't provide any ETA or promises for now. Will keep you posted |
This reverts commit de59e12, because it seems there are no GHactions runners with 20.04 yet: https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners So it seems we need to keep monitoring this: actions/runner-images#228
Hello everyone! We are happy to say that Ubuntu 20.04 is available for both GitHub Actions and Azure DevOps! 🚀 We added Ubuntu 20 as a preview for now. It means that The list of the tools that are not available on Ubuntu 20.04 yet (It should be available in a few weeks):
Also we have deprecated a bunch of software from Ubuntu 20.04, especially old versions of tools for which we support multiple versions. If you see that any important tool or version is missed on Ubuntu 20.04, please feel free to create the separate issue on adding it back. Please share you feedback and let us know if any issues |
The reason is twofold: - Ubuntu 20.04 is finally available according to [1]. - Builds with Ubuntu 18.04 have started failing with this error ([2], [3]): ``` Failed to update the package cache: Some files could not be downloaded: W:GPG error: https://storage.googleapis.com/bazel-apt stable InRelease: The following signatures were invalid: EXPKEYSIG 3D5919B448457EE0 Bazel Developer (Bazel APT repository key) <bazel-dev@googlegroups.com> E:The repository 'https://storage.googleapis.com/bazel-apt stable InRelease' is not signed. ``` This is essentially trying again [4] (reverting [5]) but in the master branch. [1] actions/runner-images#228 [2] https://github.com/nblockchain/geewallet/runs/735263044 [3] https://github.com/nblockchain/geewallet/runs/735211396 [4] de59e12 [5] 2ce094f
Docker is now officially available for Ubuntu 20.04: https://download.docker.com/linux/ubuntu/dists/focal/pool/stable/amd64/ Could you update the image? |
@AkihiroSuda , we can't install official docker version on images because of legal issues. On our images, we use special Moby version licensed for MS images (from https://packages.microsoft.com/config/ubuntu/20.04/). Docker for Ubuntu 20.04 is available on preview channel. We are going to add this to image soon #1002 |
@maxim-lobanov what is the estimated timeframe it takes after PR is merged before the image will be available to public? |
New image with Docker should be available tomorrow or on Monday. We will update this issue |
The image with docker has been deployed. |
Hello everyone, latest deployed image contains pre-cached versions for Ruby, Python, PyPy, and Node.JS so Feel free to create a separate issue if you see any problems with new image. |
Tool information
focal
Area for Triage:
Question, Bug, or Feature?: Feature
Virtual environments affected
Can this tool be installed during the build?
Not really.
Are you willing to submit a PR?
No.
The text was updated successfully, but these errors were encountered: