mirror of
https://github.com/nektos/act.git
synced 2026-04-26 17:35:49 +03:00
[GH-ISSUE #1749] Docker image not found for ubuntu:full-20.04 #857
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#857
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 @pittengermdp on GitHub (Apr 21, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1749
Bug report info
Command used with act
Describe issue
I just installed act on a MacBook Pro and selected the full as I have the space on the hard drive and figured why not. Below is the output of the command. I looked through the readme and I did see that macOS is not supported, so I'm not sure if this is even valid. An interesting note is I only get this error when running with the suggested
--container-architecture linux/amd64when I just act act -v it finds the image and is currently downloading everything.The download just finished and ended with the same error when run without the container-architecture flag.
WITH container-architecture flag
WITHOUT container-architecture flag
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@wolfogre commented on GitHub (Apr 23, 2023):
I think the point is
Are you sure you have enough space on the hard drive?
@sam-super commented on GitHub (Apr 25, 2023):
Thanks @wolfogre - this pointed me in the right direction.
in case it helps anyone, I was on macOs and had this issue:
the problem for me was i didn't have enough space on the virtual disk on docker-desktop (rather than space on my actual drive). So i changed my resources in docker-desktop to give the docker VM over 100GB, which fixed the above.