mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #2329] Add Ubuntu 24.04 #1075
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1075
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Yaraslaut on GitHub (May 17, 2024).
Original GitHub issue: https://github.com/nektos/act/issues/2329
Act version
act version 0.2.62
Feature description
Add
ubuntu24.04image github actions now support it https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md@ChristopherHX commented on GitHub (May 19, 2024):
For the large images I seem to need to exclude some removed installation folders to get more layers uploaded to the registry for 24.04 https://github.com/ChristopherHX/runner-image-blobs/commit/a14ab4e70fb8b48f9f2826517856a1d59c39fa1a
Some ubuntu24 tags (intel) are already available https://github.com/ChristopherHX/runner-image-blobs/pkgs/container/runner-images like https://github.com/ChristopherHX/runner-image-blobs/pkgs/container/runner-images/216185447?tag=ubuntu24-runner-opt-latest
Those who initially made the 20.04/22.04 act images are not really active since ca. 1 year, I'm providing bug fixes within last year
@Yaraslaut commented on GitHub (May 20, 2024):
Thanks, I will try
ubuntu24-runner-opt-latesttag then.@ChristopherHX commented on GitHub (May 23, 2024):
The full image for 24.04 is now public
ghcr.io/catthehacker/ubuntu:full-24.04(akaghcr.io/christopherhx/runner-images:ubuntu24-runner-large-latest), full-latest is still22.04.After testing this myself the large option could provide 24.04.
Tracking the official runners very closely.
My runner dumping system also have medium images, but they are all amd64/intel only, while the existing ones are multi arch
@z0r1k commented on GitHub (Sep 19, 2024):
Does https://github.com/catthehacker/docker_images/pull/133 needs to be merged to have full support of Ubuntu 22.04 out of the box?
@theoludwig commented on GitHub (Nov 1, 2024):
You probably meant Ubuntu 24.04 instead of 22.04.
I believe so. When will https://github.com/catthehacker/docker_images/pull/133 get merged? Is there any way, we can help, to be able to use the image
ghcr.io/catthehacker/ubuntu:act-24.04(I'm currently usingghcr.io/catthehacker/ubuntu:act-22.04)?@The-Compiler commented on GitHub (Apr 2, 2025):
If anyone else sees
It looks like this works:
@mperham commented on GitHub (May 19, 2025):
ubuntu-latestis 24.04 on GitHub but 22.04 inact, a pretty big issue. Any timeline to fix this default?@Dawoox commented on GitHub (Oct 2, 2025):
Is this still being worked on ? Defaulting on an old version is quite the issue
@keks commented on GitHub (Oct 21, 2025):
I cold-filed a PR the other day, I think that should do it. Not sure, needs review from someone who actually knows this app.