mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #2055] Move away from catthehacker images #985
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#985
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 @andrewvaughan on GitHub (Oct 19, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/2055
Act version
N/A
Feature description
It seems that @catthehacker has left GitHub. They have had no activity since April and updated their status to say "I'm barely active here anymore."
This makes it an urgent time to fork their images repository to keep
actfluid. There's already a PR (https://github.com/catthehacker/docker_images/pull/116) I posted that I don't expect to get incorporated that prevents anyone not using RSA (which is becoming the new standard) from successfully using the container.@andrewvaughan commented on GitHub (Oct 19, 2023):
Looks like it's still being maintained, just not by @catthehacker - concern (somewhat) alleviated.
@ChristopherHX commented on GitHub (Oct 22, 2023):
Barely maintained is more correct.
If you have any problem with images smaller than
full-*, consider switching to full, because the full images are now copied from GitHub Hosted Runner filesystems. Also GitHub Hosted Runners are maintained by Microsoft/GitHub, with the possibility of commercial support (The image generation code is here https://github.com/actions/runner-images).See here of how I copy the root filesystem into the ghcr (Yeah, No low upload limit. We can happily upload 17GB multiple times) (https://github.com/ChristopherHX/runner-image-blobs, I guess just fork that repo if my cron job dies and I don't fix it)
Then skopeo copies it to full-latest (https://github.com/catthehacker/docker_images/blob/master/.github/workflows/copy-full-image.yml)
It is less error prone, better maintained. No need to update dependencies yourself, let microsoft do it for free.
@catthehacker commented on GitHub (Oct 22, 2023):
I'm still here. No need to panic. I would not leave my work unattended or completely abandon it if it's important.
@giggio commented on GitHub (Feb 18, 2026):
I believe this issue could be reconsidered.
All builds are failing for more than a year:
https://github.com/catthehacker/docker_images/actions/workflows/build-ubuntu.yml
@ChristopherHX commented on GitHub (Feb 18, 2026):
@giggio Are you claiming this based on the workflow conclusion? Instead of the job conclusion that are green for 90% of all images.
The failing flavour images are not even referenced in nektos/act.
Let me know if you find a good maintained replacement.
@giggio commented on GitHub (Feb 18, 2026):
It shows that the repo is largely unmaintained, it shows a lack of care.
And I don't have a good replacement, that is a real issue... It seems there isn't one!